Skip to content

Commit

Permalink
pymatgen and ncempy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
smribet committed Aug 29, 2024
1 parent f9b2f63 commit e1c74f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scipy >= 1.5.2",
"h5py >= 3.2.0",
"hdf5plugin >= 4.1.3",
"ncempy >= 1.8.1, < 1.11.2",
"ncempy >= 1.8.1, <= 1.11.2",
"matplotlib >= 3.2.2",
"scikit-image >= 0.17.2",
"scikit-learn >= 0.23.2, < 1.5",
Expand All @@ -46,7 +46,7 @@
extras_require={
"ipyparallel": ["ipyparallel >= 6.2.4", "dill >= 0.3.3"],
"cuda": ["cupy >= 10.0.0"],
"acom": ["pymatgen >= 2022", "mp-api == 0.24.1"],
"acom": ["pymatgen >= 2022, < 2024.8.9", "mp-api == 0.24.1"],
"aiml": [
"tensorflow <= 2.10.0",
"tensorflow-addons <= 0.16.1",
Expand Down

0 comments on commit e1c74f0

Please sign in to comment.