We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da93074 commit 0cc06abCopy full SHA for 0cc06ab
.ci_support/environment.yml
@@ -16,6 +16,6 @@ dependencies:
16
- pyscal3 =3.2.7
17
- pyxtal =1.0.6
18
- scikit-learn =1.6.1
19
-- scipy =1.15.0
+- scipy =1.15.1
20
- spglib =2.5.0
21
- sqsgenerator =0.3
.ci_support/environment_mini.yml
@@ -4,5 +4,5 @@ dependencies:
4
- ase =3.24.0
5
- coverage
6
- numpy =1.26.4
7
8
- setuptools
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
dependencies = [
27
"ase==3.24.0",
28
"numpy==1.26.4",
29
- "scipy==1.15.0",
+ "scipy==1.15.1",
30
]
31
dynamic = ["version"]
32
0 commit comments