diff --git a/pyproject.toml b/pyproject.toml index 43e35adba..74c4b964d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ http-client = [ ase = ["ase~=3.22"] cif = ["numpy>=1.22,<3.0"] pymatgen = ["pymatgen>=2022; python_version < '3.13'", "pandas~=2.2"] -jarvis = ["jarvis-tools>=2023.1.8,!=2024.4.20,!=2024.4.30"] +jarvis = ["jarvis-tools>=2023.1.8,!=2024.4.20,!=2024.4.30; python_version < '3.13'"] client = ["optimade[cif]"] # General diff --git a/requirements-client.txt b/requirements-client.txt index 7bc278bd6..8b657de8f 100644 --- a/requirements-client.txt +++ b/requirements-client.txt @@ -1,5 +1,5 @@ aiida-core==2.6.2 ase==3.23.0 -jarvis-tools==2024.10.10 +jarvis-tools==2024.10.10; python_version < '3.13' numpy>=1.20 pymatgen==2024.10.27; python_version < '3.13'