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 dafe109 commit 28d7151Copy full SHA for 28d7151
.ci_support/environment.yml
@@ -16,7 +16,7 @@ dependencies:
16
- pyscal3 =3.3.0
17
- pyxtal =1.1.1
18
- scikit-learn =1.6.1
19
-- scipy =1.15.2
+- scipy =1.16.2
20
- spglib =2.6.0
21
- sqsgenerator =0.3
22
- hatchling =1.27.0
.ci_support/environment_mini.yml
@@ -4,6 +4,6 @@ dependencies:
4
- ase =3.26.0
5
- coverage
6
- numpy =2.3.3
7
8
9
- hatch-vcs =0.4.0
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
dependencies = [
27
"ase==3.26.0",
28
"numpy==2.3.3",
29
- "scipy==1.15.2",
+ "scipy==1.16.2",
30
]
31
dynamic = ["version"]
32
0 commit comments