Skip to content

Commit

Permalink
unpin pmg and update solvent analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmathis committed Jul 23, 2024
1 parent b92b2d5 commit 55180c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions emmet-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
include_package_data=True,
install_requires=[
"numpy<2",
"pymatgen==2024.4.13",
"pymatgen",
"monty>=2024.2.2",
"pydantic>=2.0",
"pydantic-settings>=2.0",
Expand All @@ -40,10 +40,10 @@
"matcalc>=0.0.4",
"seekpath>=2.0.1",
"robocrys>=0.2.8",
"pymatgen-analysis-defects>=2024.5.11",
"pymatgen-analysis-diffusion>=2023.8.15",
"pymatgen-analysis-alloys>=0.0.3",
"solvation-analysis>=0.4.0",
"pymatgen-analysis-defects>=2024.7.18",
"pymatgen-analysis-diffusion>=2024.7.15",
"pymatgen-analysis-alloys>=0.0.6",
"solvation-analysis>=0.4.1",
"MDAnalysis>=2.7.0",
],
"ml": ["chgnet", "matgl"],
Expand Down

0 comments on commit 55180c4

Please sign in to comment.