Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume authored Oct 22, 2024
1 parent 8ac7ef1 commit c87d97c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords = ["machine-learning", "dft", "vasp", "volumetric", "pymatgen"]
license = {text = "modified BSD"}
name = "mp-pyrho"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"

[tool.setuptools_scm]

Expand All @@ -43,12 +43,9 @@ docs = [
"sphinx-autoapi==3.0.0",
]
tests = [
"pytest==7.1.2",
"pytest-cov==3.0.0",
"hypothesis==6.98.10",
]
strict = [
"pymatgen==2024.2.20",
"pytest>=7.1.2",
"pytest-cov>=3.0.0",
"hypothesis>=6.98.10",
]

[project.urls]
Expand Down

0 comments on commit c87d97c

Please sign in to comment.