Skip to content

Commit 4c22c29

Browse files
committed
Update setup config
1 parent 3e424e0 commit 4c22c29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ptflops"
7-
version = "0.7.3"
7+
version = "0.7.4"
88
dependencies = [
9-
"torch",
9+
"torch>=2.0",
1010
]
11-
requires-python = ">=3.7"
11+
requires-python = ">=3.8"
1212
authors = [
1313
{name = "Vladislav Sovrasov", email = "sovrasov.vlad@gmail.com"},
1414
]
@@ -18,10 +18,10 @@ maintainers = [
1818
description = "Flops counter for neural networks in pytorch framework"
1919
readme = "README.md"
2020
license = {file = "LICENSE"}
21-
keywords = ["pytorch", "cnn", "transformer", "tomatoes", "Lobster Thermidor"]
21+
keywords = ["pytorch", "cnn", "transformer"]
2222
classifiers = [
2323
"License :: OSI Approved :: MIT License",
24-
"Programming Language :: Python :: 3.7"
24+
"Programming Language :: Python :: 3.8"
2525
]
2626

2727
[project.optional-dependencies]

0 commit comments

Comments
 (0)