Skip to content

Commit

Permalink
📌 restrict to numpy<2 in PyPI package
Browse files Browse the repository at this point in the history
- 16.6.24 numpy 2 was released, some types have to be udpated, see #97
  • Loading branch information
Henry committed Jun 20, 2024
1 parent 034c554 commit ab84958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hydra-core>=1.2.0
numpy>=1.21.5,<=2
numpy>=1.21.5,<2
pandas>=1.4.2
torch>=1.11.0
matplotlib>=3.5.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = attr: move.__version__
include_package_data = True
install_requires =
hydra-core
numpy
numpy<2
pandas
torch
matplotlib
Expand Down

0 comments on commit ab84958

Please sign in to comment.