From c87d97c36fde36803276dfde883c8b4790a45ead Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Tue, 22 Oct 2024 15:08:32 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bbc7611..917902c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] @@ -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]