Skip to content

Commit

Permalink
Merge pull request #547 from pyiron/dependabot/pip/numpy-1.24.0
Browse files Browse the repository at this point in the history
Bump numpy from 1.23.5 to 1.24.0
  • Loading branch information
jan-janssen authored Dec 19, 2022
2 parents 491284e + 898d992 commit 57def37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- coverage
- codacy-coverage
- matplotlib =3.6.2
- numpy =1.23.5
- numpy =1.24.0
- pyiron_base =0.5.30
- pyiron_atomistics =0.2.61
- pyparsing =3.0.9
Expand All @@ -16,4 +16,4 @@ dependencies:
- randspg =0.0.1
- boto3 =1.26.32
- moto =4.0.12
- pycp2k =0.2.2
- pycp2k =0.2.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'matplotlib==3.6.2',
'numpy==1.23.5',
'numpy==1.24.0',
'pyiron_base==0.5.30',
'scipy==1.9.3',
'seaborn==0.12.1',
Expand Down

0 comments on commit 57def37

Please sign in to comment.