Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed May 31, 2024
1 parent 6a0fe7b commit f4c0ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Operating System :: MacOS",
]
requires-python = ">=3.9, <3.13"
dependencies = ["ase", "numpy", "pymatgen>=2024.2.8"]
dependencies = ["ase>=3.23.0", "numpy", "pymatgen>=2024.2.8"]

[project.optional-dependencies]
dev = ["black>=23.7.0", "docformatter>=1.7.5", "isort>=5.12.0", "pytest>=7.4.0", "pytest-cov>=3.0.0", "ruff>=0.0.285"]
Expand Down

0 comments on commit f4c0ffd

Please sign in to comment.