Skip to content

Commit

Permalink
Update scipy dependency for py313
Browse files Browse the repository at this point in the history
We need 1.14.1 for py313 because it is the first version supporting
wheels for py313, but it also requires >=python=3.10 so one needs to
differ the version depending on the python version.
  • Loading branch information
agoscinski committed Dec 3, 2024
1 parent edadacc commit 0c1b29d
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 4 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ atomic_tools = [
'PyCifRW~=4.4',
'ase~=3.18',
'matplotlib~=3.3,>=3.3.4',
'scipy~=1.14.1;python_version>="3.13"',
'pymatgen>=2022.1.20',
'pymysql~=0.9.3',
'seekpath~=1.9,>=1.9.3',
Expand Down
65 changes: 61 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c1b29d

Please sign in to comment.