Skip to content

Commit

Permalink
Merge pull request #265 from pyiron/dependabot/pip/pyiron-base-0.6.8
Browse files Browse the repository at this point in the history
Bump pyiron-base from 0.6.7 to 0.6.8
  • Loading branch information
jan-janssen authored Oct 24, 2023
2 parents 2d0d339 + 01e8859 commit 3f41b3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies:
- coverage
- codacy-coverage
- ipywidgets =8.1.1
- pyiron_base =0.6.7
- pyiron_atomistics =0.3.4
- pyiron_base =0.6.8
- pyiron_atomistics =0.3.5
- numpy =1.26.0
- pandas =2.1.1
- matplotlib-base =3.8.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_base==0.6.7',
'pyiron_atomistics==0.3.4',
'pyiron_base==0.6.8',
'pyiron_atomistics==0.3.5',
'ipywidgets==8.1.1',
'matplotlib==3.8.0',
'nbconvert==7.8.0',
Expand Down

0 comments on commit 3f41b3f

Please sign in to comment.