Skip to content

Commit

Permalink
Merge branch 'baseatomistics' into dependabot/pip/pyiron-atomistics-0…
Browse files Browse the repository at this point in the history
….6.18
  • Loading branch information
pmrv authored Jan 6, 2025
2 parents 39369a6 + 8fb37cf commit b2e90c8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ dependencies:
- codacy-coverage
- matplotlib-base =3.9.2
- numpy =1.26.4
- pyiron_base =0.10.1
- pyiron_base =0.10.9
- pyiron_atomistics =0.6.18
- pyiron_snippets =0.1.3
- pyparsing =3.1.4
- scipy =1.14.1
- seaborn =0.13.2
- scikit-image =0.24.0
- randspg =0.0.1
- boto3 =1.35.14
- boto3 =1.35.90
- moto =5.0.16
- aws-sam-translator =1.77.0
- distributed =2024.8.0
- distributed =2024.12.1
- h5io_browser =0.1.1
- pymatgen =2024.9.17.1
- python >= 3.10
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ dependencies:
- codacy-coverage
- matplotlib-base =3.9.2
- numpy =1.26.4
- pyiron_base =0.10.1
- pyiron_base =0.10.9
- pyiron_atomistics =0.6.18
- pyiron_snippets =0.1.3
- pyparsing =3.1.4
- scipy =1.14.1
- seaborn =0.13.2
- scikit-image =0.24.0
- randspg =0.0.1
- boto3 =1.35.14
- boto3 =1.35.90
- moto =5.0.16
- aws-sam-translator =1.77.0
- distributed =2024.8.0
- distributed =2024.12.1
- h5io_browser =0.1.1
- pymatgen =2024.9.17.1
6 changes: 3 additions & 3 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ dependencies:
- codacy-coverage
- matplotlib-base =3.9.2
- numpy =1.26.4
- pyiron_base =0.10.1
- pyiron_base =0.10.9
- pyiron_atomistics =0.6.18
- pyiron_snippets =0.1.3
- pyparsing =3.1.4
- scipy =1.14.1
- seaborn =0.13.2
- scikit-image =0.24.0
- randspg =0.0.1
- boto3 =1.35.14
- boto3 =1.35.90
- moto =5.0.16
- aws-sam-translator =1.77.0
- distributed =2024.8.0
- distributed =2024.12.1
- h5io_browser =0.1.1
- pymatgen =2024.9.17.1
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'matplotlib==3.9.2',
'numpy==1.26.4',
'pyiron_snippets==0.1.3',
'pyiron_base==0.10.1',
'pyiron_base==0.10.9',
'scipy==1.14.1',
'seaborn==0.13.2',
'pyparsing==3.1.4',
Expand All @@ -51,11 +51,11 @@
],
'image': ['scikit-image==0.24.0'],
'generic': [
'boto3==1.35.14',
'boto3==1.35.90',
'moto==5.0.16'
],
'tinybase': [
'distributed==2024.8.0',
'distributed==2024.12.1',
'pymatgen==2024.9.17.1',
'pympipool==0.8.4',
'h5io_browser==0.1.1',
Expand Down

0 comments on commit b2e90c8

Please sign in to comment.