Skip to content

Commit c87d97c

Browse files
authored
Update pyproject.toml
1 parent 8ac7ef1 commit c87d97c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Diff for: pyproject.toml

+4-7
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords = ["machine-learning", "dft", "vasp", "volumetric", "pymatgen"]
2525
license = {text = "modified BSD"}
2626
name = "mp-pyrho"
2727
readme = "README.md"
28-
requires-python = ">=3.8"
28+
requires-python = ">=3.9"
2929

3030
[tool.setuptools_scm]
3131

@@ -43,12 +43,9 @@ docs = [
4343
"sphinx-autoapi==3.0.0",
4444
]
4545
tests = [
46-
"pytest==7.1.2",
47-
"pytest-cov==3.0.0",
48-
"hypothesis==6.98.10",
49-
]
50-
strict = [
51-
"pymatgen==2024.2.20",
46+
"pytest>=7.1.2",
47+
"pytest-cov>=3.0.0",
48+
"hypothesis>=6.98.10",
5249
]
5350

5451
[project.urls]

0 commit comments

Comments
 (0)