Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #156 from pyiron/dependabot/pip/numpy-1.26.2
Browse files Browse the repository at this point in the history
Bump numpy from 1.26.0 to 1.26.2
  • Loading branch information
jan-janssen authored Nov 27, 2023
2 parents cc2f5aa + 665f8ce commit 2c87787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- coverage
- codacy-coverage
- molmod =1.4.8
- numpy =1.26.0
- numpy =1.26.2
- pyiron_atomistics =0.3.6
- scipy =1.11.4
- spglib =2.1.0
Expand Down
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*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'molmod==1.4.8',
'numpy==1.26.0',
'numpy==1.26.2',
'pyiron_atomistics==0.3.6',
'spglib==2.1.0',
'scipy==1.11.4',
Expand Down

0 comments on commit 2c87787

Please sign in to comment.