Skip to content

Commit c99c59f

Browse files
committed
build(deps): python 3.7
1 parent 3c491f3 commit c99c59f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytorch_optimizer"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Bunch of optimizer implementations in PyTorch with clean-code, strict types. Also, including useful optimization ideas."
55
license = "Apache-2.0"
66
authors = ["kozistr <[email protected]>"]
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.8",
2323
"Programming Language :: Python :: 3.9",
2424
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
2526
"Operating System :: OS Independent",
2627
"Topic :: Scientific/Engineering",
2728
"Topic :: Scientific/Engineering :: Artificial Intelligence",
@@ -31,7 +32,7 @@ classifiers = [
3132
]
3233

3334
[tool.poetry.dependencies]
34-
python = "^3.8"
35+
python = "^3.7"
3536
numpy = "^1.22.4"
3637
torch = "^1.10"
3738

0 commit comments

Comments
 (0)