Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi committed Jul 12, 2024
1 parent 559147c commit cfc1f32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy==1.22.4
tensorflow==2.13.0
matbench==0.6
#matbench==0.6
pymatgen==2023.7.14
pandas==2.0.3
scikit-learn==1.0.1
scikit-learn
tqdm==4.65.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"training": [
"pymatgen >= 2021.2.8.1",
"pandas >= 1.1.5",
"tensorflow == 2.3.2",
"tensorflow == 2.13",
"tqdm >= 4.61.1",
]
},
Expand Down

0 comments on commit cfc1f32

Please sign in to comment.