Skip to content

Commit

Permalink
work on pyproject reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 22, 2024
1 parent d4dd77d commit cb73bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
dependencies = [
"pymatgen>=2024.5.1",
"pymatgen>=2024.10.22",
"scikit-image>=0.19.3",
"numpy<2",
"mp-pyrho>=0.4.4",
Expand Down Expand Up @@ -44,7 +44,7 @@ strict = [
"pydefect==0.9.4",
]

tests = ["pytest==8.2.1", "pytest-cov==5.0.0", "nbmake==1.5.3"]
tests = ["pytest>=8.2.1", "pytest-cov>=5.0.0", "nbmake>=1.5.3"]

[tool.setuptools.dynamic]
readme = { file = ["README.md"] }
Expand Down

0 comments on commit cb73bc4

Please sign in to comment.