Skip to content

Commit

Permalink
Merge pull request #202 from pyiron/scipy
Browse files Browse the repository at this point in the history
Update scipy to 1.14.0
  • Loading branch information
jan-janssen authored Jun 25, 2024
2 parents bc5e9ff + 748344a commit ad534b2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies:
- pyscal =2.10.18
- pyxtal =0.6.7
- scikit-learn =1.5.0
- scipy =1.13.1
- scipy =1.14.0
- spglib =2.4.0
- sqsgenerator =0.3
2 changes: 1 addition & 1 deletion .ci_support/environment_mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dependencies:
- ase =3.23.0
- coverage
- numpy =1.26.4
- scipy =1.13.1
- scipy =1.14.0
5 changes: 0 additions & 5 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ jobs:
label: linux-64-py-3-10
prefix: /usr/share/miniconda3/envs/my-env

- operating-system: ubuntu-latest
python-version: '3.9'
label: linux-64-py-3-9
prefix: /usr/share/miniconda3/envs/my-env

steps:
- uses: actions/checkout@v4
- name: Merge conda environment
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"ase==3.23.0",
"numpy==1.26.4",
"scipy==1.13.1",
"scipy==1.14.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit ad534b2

Please sign in to comment.