Skip to content

Commit

Permalink
Merge dependabot/pip/numpy-gte-1.23.3-and-lt-3 into combine-prs-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 10, 2024
2 parents caa28af + cf65bd3 commit b242843
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,<2
numpy >= 1.23.3,< 3
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 @@ -32,7 +32,7 @@
},
test_suite="elementembeddings.tests.test",
install_requires=[
"numpy>=1.23.3,<2",
"numpy>=1.23.3,<3",
"scipy>=1.10.1",
"pymatgen>2022.9.21",
"seaborn>=0.13.0",
Expand Down

0 comments on commit b242843

Please sign in to comment.