Skip to content

Commit

Permalink
Merge pull request #990 from pyiron/dependabot/pip/numpy-1.26.4
Browse files Browse the repository at this point in the history
Bump numpy from 1.26.3 to 1.26.4
  • Loading branch information
jan-janssen authored Feb 13, 2024
2 parents dde7de3 + 81f29f1 commit 58a077c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dependencies:
- coverage
- codacy-coverage
- matplotlib =3.8.2
- numpy =1.26.3
- pyiron_base =0.7.4
- pyiron_atomistics =0.4.13
- numpy =1.26.4
- pyiron_base =0.7.5
- pyiron_atomistics =0.4.14
- pyparsing =3.1.1
- scipy =1.12.0
- seaborn =0.13.2
Expand All @@ -18,9 +18,9 @@ dependencies:
- moto =5.0.1
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- pympipool =0.7.11
- pympipool =0.7.13
- distributed =2024.2.0
- h5io_browser =0.0.7
- h5io_browser =0.0.8
- python >= 3.10
- lammps
- nglview >=3.0.8
Expand Down
10 changes: 5 additions & 5 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dependencies:
- coverage
- codacy-coverage
- matplotlib =3.8.2
- numpy =1.26.3
- pyiron_base =0.7.4
- pyiron_atomistics =0.4.13
- numpy =1.26.4
- pyiron_base =0.7.5
- pyiron_atomistics =0.4.14
- pyparsing =3.1.1
- scipy =1.12.0
- seaborn =0.13.2
Expand All @@ -18,6 +18,6 @@ dependencies:
- moto =5.0.1
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- pympipool =0.7.11
- pympipool =0.7.13
- distributed =2024.2.0
- h5io_browser =0.0.7
- h5io_browser =0.0.8
10 changes: 5 additions & 5 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies:
- coverage
- codacy-coverage
- matplotlib =3.8.2
- numpy =1.26.3
- pyiron_base =0.7.4
- pyiron_atomistics =0.4.13
- numpy =1.26.4
- pyiron_base =0.7.5
- pyiron_atomistics =0.4.14
- pyparsing =3.1.1
- scipy =1.12.0
- seaborn =0.13.2
Expand All @@ -23,6 +23,6 @@ dependencies:
- moto =5.0.1
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- pympipool =0.7.11
- pympipool =0.7.13
- distributed =2024.2.0
- h5io_browser =0.0.7
- h5io_browser =0.0.8
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'matplotlib==3.8.2',
'numpy==1.26.3',
'pyiron_base==0.7.4',
'numpy==1.26.4',
'pyiron_base==0.7.5',
'scipy==1.12.0',
'seaborn==0.13.2',
'pyparsing==3.1.1',
],
extras_require={
'atomistic': [
'ase==3.22.1',
'pyiron_atomistics==0.4.13',
'pyiron_atomistics==0.4.14',
'pycp2k==0.2.2',
],
'fenics': [
Expand All @@ -54,8 +54,8 @@
],
'tinybase': [
'distributed==2024.2.0',
'pympipool==0.7.11',
'h5io_browser==0.0.7',
'pympipool==0.7.13',
'h5io_browser==0.0.8',
]
},
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit 58a077c

Please sign in to comment.