Skip to content

Commit 657092f

Browse files
authored
build(version): v3.8.1 (#446)
1 parent 56c2be0 commit 657092f

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

poetry.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytorch_optimizer"
3-
version = "3.8.0"
3+
version = "3.8.1"
44
description = "optimizer & lr scheduler & objective function collections in PyTorch"
55
license = "Apache-2.0"
66
authors = ["kozistr <[email protected]>"]
@@ -61,7 +61,7 @@ black = [
6161
{ version = "<25", python = "<3.9" },
6262
{ version = "^25", python = ">=3.9" },
6363
]
64-
ruff = "^0.12"
64+
ruff = "^0.14"
6565
pyright = "^1.1"
6666
pytest = "^8"
6767
pytest-cov = [

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pytest-cov==5.0.0 ; python_version == "3.8"
3333
pytest-cov==6.3.0 ; python_version >= "3.9"
3434
pytest==8.3.5 ; python_version >= "3.8"
3535
pytokens==0.2.0 ; python_version >= "3.9"
36-
ruff==0.12.12 ; python_version >= "3.8"
36+
ruff==0.14.1 ; python_version >= "3.8"
3737
setuptools==80.9.0 ; python_version >= "3.12"
3838
sympy==1.13.3 ; python_version == "3.8"
3939
sympy==1.14.0 ; python_version >= "3.9"

0 commit comments

Comments
 (0)