Skip to content

Commit

Permalink
Merge pull request #273 from pyiron/pyiron_updates
Browse files Browse the repository at this point in the history
pyiron_base and pyiron_atomistics update
  • Loading branch information
jan-janssen authored Nov 18, 2023
2 parents 1a3e432 + 57c7af5 commit bd39463
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.8
- pyiron_atomistics =0.3.5
- pyiron_base =0.6.9
- pyiron_atomistics =0.3.6
- numpy =1.26.0
- pandas =2.1.3
- matplotlib-base =3.8.1
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.8',
'pyiron_atomistics==0.3.5',
'pyiron_base==0.6.9',
'pyiron_atomistics==0.3.6',
'ipywidgets==8.1.1',
'matplotlib==3.8.1',
'nbconvert==7.11.0',
Expand Down

0 comments on commit bd39463

Please sign in to comment.