Skip to content

Commit

Permalink
Merge pull request #240 from pyiron/dependabot/pip/pyiron-base-0.6.2
Browse files Browse the repository at this point in the history
Bump pyiron-base from 0.6.1 to 0.6.2
jan-janssen authored Jul 17, 2023
2 parents 1198946 + ee2b2d9 commit 3969c84
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
@@ -5,7 +5,7 @@ dependencies:
- coverage
- codacy-coverage
- ipywidgets =8.0.7
- pyiron_base =0.6.1
- pyiron_base =0.6.2
- pyiron_atomistics =0.3.0
- numpy =1.24.3
- pandas =2.0.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_base==0.6.1',
'pyiron_base==0.6.2',
'pyiron_atomistics==0.3.0',
'ipywidgets==8.0.7',
'matplotlib==3.7.2',

0 comments on commit 3969c84

Please sign in to comment.