Skip to content

Commit

Permalink
Merge pull request #31 from pyiron/dependabot/pip/scipy-1.12.0
Browse files Browse the repository at this point in the history
Bump scipy from 1.11.4 to 1.12.0
  • Loading branch information
pmrv authored Feb 21, 2024
2 parents 1db9560 + 90222f8 commit 733b9d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pyiron_atomistics =0.3.7
- pyiron-data =0.0.25
- pyparsing =3.1.1
- scipy =1.11.4
- scipy =1.12.0
- python >= 3.10
- lammps
- nglview >=3.0.8
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dependencies:
- pyiron_atomistics =0.3.7
- pyiron-data =0.0.25
- pyparsing =3.1.1
- scipy =1.11.4
- scipy =1.12.0
5 changes: 4 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ channels:
- conda-forge
dependencies:
- ipykernel
- myst-parser
- nbsphinx
- sphinx-gallery
- sphinx-rtd-theme
- ase =3.22.1
- coveralls
- coverage
Expand All @@ -13,4 +16,4 @@ dependencies:
- pyiron_atomistics =0.3.7
- pyiron-data =0.0.25
- pyparsing =3.1.1
- scipy =1.11.4
- scipy =1.12.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'matplotlib==3.8.2',
'numpy==1.26.2',
'pyiron_base==0.6.9',
'scipy==1.11.4',
'scipy==1.12.0',
],
cmdclass=versioneer.get_cmdclass(),

Expand Down

0 comments on commit 733b9d9

Please sign in to comment.