Skip to content

Commit

Permalink
[MNT] rename pytorch-optimizer dep to pytorch_optimizer and raise…
Browse files Browse the repository at this point in the history
… upper bound to `<4`

This renames the `pytorch-optimizer` dep to `pytorch_optimizer` and raise upper bound to `<4`

The package seems to have been renamed to `pytorch_optimizer` on pypi?
  • Loading branch information
fkiraly authored Aug 31, 2024
1 parent 143dee8 commit 81aee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies = [
"scikit-learn >=1.2,<2.0",
"matplotlib",
"statsmodels",
"pytorch-optimizer >=2.5.1,<3.0.0",
"pytorch_optimizer >=2.5.1,<4.0.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 81aee66

Please sign in to comment.