Skip to content

Commit

Permalink
(temp) Set numpy <2
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi committed Jun 24, 2024
1 parent 2aca91f commit 4a83614
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,4 +1,4 @@
numpy >= 1.23.3
numpy >= 1.23.3,<2
scipy >=1.10.1
pymatgen > 2022.9.21
seaborn >=0.13.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
test_suite="elementembeddings.tests.test",
install_requires=[
"numpy>=1.23.3",
"numpy>=1.23.3,<2",
"scipy>=1.10.1",
"pymatgen>2022.9.21",
"seaborn>=0.13.0",
Expand Down

0 comments on commit 4a83614

Please sign in to comment.