Skip to content

Commit

Permalink
Merge pull request #227 from pyiron/dependabot/pip/pyiron-base-0.5.39
Browse files Browse the repository at this point in the history
Bump pyiron-base from 0.5.38 to 0.5.39
  • Loading branch information
jan-janssen committed May 30, 2023
2 parents cf52bef + 6cc3973 commit 82dc243
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
- ipywidgets =8.0.6
- pyiron_base =0.5.38
- pyiron_base =0.5.39
- pyiron_atomistics =0.2.67
- numpy =1.24.3
- pandas =2.0.2
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.5.38',
'pyiron_base==0.5.39',
'pyiron_atomistics==0.2.67',
'ipywidgets==8.0.6',
'matplotlib==3.7.1',
Expand Down

0 comments on commit 82dc243

Please sign in to comment.