Skip to content

Commit

Permalink
📌 restrict to numpy 1
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 2715894 commit 034c554
Showing 1 changed file with 1 addition and 1 deletion.
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
numpy>=1.21.5,<=2
pandas>=1.4.2
torch>=1.11.0
matplotlib>=3.5.2
Expand Down

0 comments on commit 034c554

Please sign in to comment.