Skip to content

Commit 0c1b29d

Browse files
committed
Update scipy dependency for py313
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.
1 parent edadacc commit 0c1b29d

File tree

2 files changed

+62
-4
lines changed

2 files changed

+62
-4
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ atomic_tools = [
186186
'PyCifRW~=4.4',
187187
'ase~=3.18',
188188
'matplotlib~=3.3,>=3.3.4',
189+
'scipy~=1.14.1;python_version>="3.13"',
189190
'pymatgen>=2022.1.20',
190191
'pymysql~=0.9.3',
191192
'seekpath~=1.9,>=1.9.3',

uv.lock

+61-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)