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 1a4896f commit d855a39Copy full SHA for d855a39
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pytorch_optimizer"
3
-version = "3.1.2"
+version = "3.2.0"
4
description = "optimizer & lr scheduler & objective function collections in PyTorch"
5
license = "Apache-2.0"
6
authors = ["kozistr <[email protected]>"]
@@ -35,6 +35,7 @@ classifiers = [
35
"Programming Language :: Python :: 3.10",
36
"Programming Language :: Python :: 3.11",
37
"Programming Language :: Python :: 3.12",
38
+ "Programming Language :: Python :: 3.13",
39
"Operating System :: OS Independent",
40
"Topic :: Scientific/Engineering",
41
"Topic :: Scientific/Engineering :: Artificial Intelligence",
0 commit comments