Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Jul 8, 2024
1 parent e5cf2fc commit 66417e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

*maintenance*

- Handle pytorch-lightning < 2.3.2 issue with numpy v2.0.0 by pinning to numpy<2.0.0
- Handle pytorch-lightning < 2.1.0 issue with numpy v2.0.0 by pinning to numpy<2.0.0
[\#87](https://github.com/convml/convml-tt/pull/87)


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install_requires =
torchvision >= 0.4.0
semver
statsmodels
numpy < 2.0.0 # pytorch-lightning < 2.0.0 uses np.Inf which has been removed in v2.0.0
numpy < 2.0.0 # pytorch-lightning < 2.1.0 uses np.Inf which has been removed in v2.0.0
setup_requires =
setuptools >= 40.4
setuptools_scm
Expand Down

0 comments on commit 66417e6

Please sign in to comment.