Skip to content

Commit

Permalink
bump netcdf to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Dec 11, 2024
1 parent e947d81 commit 5eef5e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ Issues = "https://github.com/materialsproject/pymatgen/issues"
Pypi = "https://pypi.org/project/pymatgen"

[project.optional-dependencies]
# PR4128: netcdf4 1.7.[0/1] yanked, 1.7.1.post[1/2]/1.7.2 cause CI error
# PR4223: netcdf4 not compatible with NumPy 2
abinit = ["netcdf4>=1.6.5"] #"netcdf4>=1.6.5,!=1.7.1.post1,!=1.7.1.post2,!=1.7.2"
abinit = ["netcdf4>=1.7.2"]
ase = ["ase>=3.23.0"]
ci = ["pytest-cov>=4", "pytest-split>=0.8", "pytest>=8"]
docs = ["invoke", "sphinx", "sphinx_markdown_builder", "sphinx_rtd_theme"]
Expand Down

0 comments on commit 5eef5e6

Please sign in to comment.