Skip to content

Commit

Permalink
Merge pull request #1522 from pyiron/atomistics
Browse files Browse the repository at this point in the history
Update pyiron_atomistics to 0.3.8
  • Loading branch information
jan-janssen committed Dec 2, 2023
2 parents 5c496d1 + 5c257c1 commit 93c28b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies:
- sphinxdft >=2.7.0
- sphinxdft-data
- iprpy-data
- pyiron-data >=0.0.22
- pyiron-data >=0.0.26
- pymatgen
- sqsgenerator
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- pyiron_atomistics =0.3.7
- pyiron_atomistics =0.3.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_atomistics==0.3.7'
'pyiron_atomistics==0.3.8'
],
cmdclass=versioneer.get_cmdclass(),

Expand Down

0 comments on commit 93c28b3

Please sign in to comment.