Skip to content

Commit

Permalink
Merge pull request #133 from pyiron/dependabot/pip/scipy-1.11.1
Browse files Browse the repository at this point in the history
Bump scipy from 1.10.1 to 1.11.1
  • Loading branch information
jan-janssen authored Jul 31, 2023
2 parents a55ec2e + 307c451 commit ed1fdf6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- mpi4py =3.1.4
- pympipool =0.6.1
- ase =3.22.1
- scipy =1.10.1
- scipy =1.11.1
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- mpi4py =3.1.4
- pympipool =0.6.1
- ase =3.22.1
- scipy =1.10.1
- scipy =1.11.1
2 changes: 1 addition & 1 deletion .github/workflows/unittests-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"mpi4py==3.1.4", "pympipool==0.6.1", "numpy==1.23.5"
],
extras_require={
"ase": ["ase==3.22.1", "scipy==1.10.1"],
"ase": ["ase==3.22.1", "scipy==1.11.1"],
},
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit ed1fdf6

Please sign in to comment.