Skip to content

Commit

Permalink
Merge pull request #298 from pyiron/dependabot/pip/pyiron-atomistics-…
Browse files Browse the repository at this point in the history
…0.4.8

Bump pyiron-atomistics from 0.4.6 to 0.4.8
  • Loading branch information
jan-janssen authored Jan 23, 2024
2 parents 39b5425 + 5734459 commit aa68629
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ dependencies:
- coverage
- codacy-coverage
- ipywidgets =8.1.1
- pyiron_base =0.6.22
- pyiron_atomistics =0.4.6
- pyiron_base =0.7.1
- pyiron_atomistics =0.4.8
- maggma =0.60.2
- numpy =1.26.3
- pandas =2.1.4
- pandas =2.2.0
- matplotlib-base =3.8.2
- nbconvert =7.14.2
- nbformat =5.9.2
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_base==0.6.22',
'pyiron_atomistics==0.4.6',
'pyiron_base==0.7.1',
'pyiron_atomistics==0.4.8',
'ipywidgets==8.1.1',
'matplotlib==3.8.2',
'nbconvert==7.14.2',
'nbformat==5.9.2',
'numpy==1.26.3',
'pandas==2.1.4',
'pandas==2.2.0',
],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit aa68629

Please sign in to comment.