Skip to content

Commit

Permalink
Do not use jarvis on Python 3.13 (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Jan 4, 2025
1 parent 5626c74 commit 84efbe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-client.txt
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 84efbe2

Please sign in to comment.