Skip to content

Commit

Permalink
Merge pull request #369 from pyiron/dependabot/pip/pyiron-base-0.10.4
Browse files Browse the repository at this point in the history
Bump pyiron-base from 0.10.2 to 0.10.4
  • Loading branch information
jan-janssen authored Oct 22, 2024
2 parents 3a638f3 + 8e24517 commit e5c20db
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 @@ -4,7 +4,7 @@ dependencies:
- coverage
- codacy-coverage
- ipywidgets =8.1.5
- pyiron_base =0.10.2
- pyiron_base =0.10.4
- pyiron_atomistics =0.6.14
- maggma =0.60.2
- numpy =1.26.4
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 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_base==0.10.2',
'pyiron_base==0.10.4',
'pyiron_atomistics==0.6.14',
'ipywidgets==8.1.5',
'matplotlib==3.9.2',
Expand Down

0 comments on commit e5c20db

Please sign in to comment.