Skip to content

Commit

Permalink
Merge pull request #345 from pyiron/deps_niklas
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
niklassiemer authored Jul 15, 2024
2 parents d6082c7 + 6506300 commit 9634051
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ channels:
dependencies:
- coverage
- codacy-coverage
- ipywidgets =8.1.2
- pyiron_base =0.8.3
- pyiron_atomistics =0.5.4
- ipywidgets =8.1.3
- pyiron_base =0.9.6
- pyiron_atomistics =0.6.4
- maggma =0.60.2
- numpy =1.26.4
- pandas =2.2.2
- matplotlib-base =3.8.4
- matplotlib-base =3.9.1
- nbconvert =7.16.4
- nbformat =5.10.4
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_base==0.8.3',
'pyiron_atomistics==0.5.4',
'ipywidgets==8.1.2',
'matplotlib==3.8.4',
'pyiron_base==0.9.6',
'pyiron_atomistics==0.6.4',
'ipywidgets==8.1.3',
'matplotlib==3.9.1',
'nbconvert==7.16.4',
'nbformat==5.10.4',
'numpy==1.26.4',
Expand Down

0 comments on commit 9634051

Please sign in to comment.