Skip to content

Commit ad534b2

Browse files
authored
Merge pull request #202 from pyiron/scipy
Update scipy to 1.14.0
2 parents bc5e9ff + 748344a commit ad534b2

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies:
1515
- pyscal =2.10.18
1616
- pyxtal =0.6.7
1717
- scikit-learn =1.5.0
18-
- scipy =1.13.1
18+
- scipy =1.14.0
1919
- spglib =2.4.0
2020
- sqsgenerator =0.3

.ci_support/environment_mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ dependencies:
44
- ase =3.23.0
55
- coverage
66
- numpy =1.26.4
7-
- scipy =1.13.1
7+
- scipy =1.14.0

.github/workflows/unittests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ jobs:
4343
label: linux-64-py-3-10
4444
prefix: /usr/share/miniconda3/envs/my-env
4545

46-
- operating-system: ubuntu-latest
47-
python-version: '3.9'
48-
label: linux-64-py-3-9
49-
prefix: /usr/share/miniconda3/envs/my-env
50-
5146
steps:
5247
- uses: actions/checkout@v4
5348
- name: Merge conda environment

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"ase==3.23.0",
2828
"numpy==1.26.4",
29-
"scipy==1.13.1",
29+
"scipy==1.14.0",
3030
]
3131
dynamic = ["version"]
3232

0 commit comments

Comments
 (0)