Skip to content

Commit

Permalink
Bump matminer version (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Mar 27, 2024
1 parent 60f2bf2 commit a5ab7c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tensorflow==2.11.0
pandas==1.5.2
pymatgen==2023.7.20
matminer==0.8.0
numpy>=1.20
scikit-learn==1.3.2
ruamel.yaml~=0.17,<0.18 # Required until matminer updates
matminer==0.9.1
numpy>=1.25
scikit-learn==1.3.2
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@
"pandas~=1.5",
"tensorflow~=2.10",
"pymatgen>=2023",
"matminer~=0.8",
"matminer~=0.9",
"numpy>=1.24",
"scikit-learn~=1.3",
"ruamel.yaml~=0.17,<0.18", # Required until matminer updates
],
tests_require=tests_require,
test_suite="modnet.tests",
Expand Down

0 comments on commit a5ab7c6

Please sign in to comment.