We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bf7d6 commit d895cdcCopy full SHA for d895cdc
2 files changed
pyproject.toml
@@ -49,6 +49,7 @@ classifiers = [
49
"Programming Language :: Python :: 3.10",
50
"Programming Language :: Python :: 3.11",
51
"Programming Language :: Python :: 3.12",
52
+ "Programming Language :: Python :: 3.13",
53
"Topic :: Software Development",
54
"Topic :: Scientific/Engineering",
55
"Topic :: Scientific/Engineering :: Artificial Intelligence",
thop/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.0.9"
+__version__ = "2.0.10"
2
3
4
import torch
0 commit comments