Skip to content

Commit

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

Bump pyiron-atomistics from 0.3.6 to 0.3.7
  • Loading branch information
jan-janssen committed Nov 27, 2023
2 parents 5e135d9 + 3f69366 commit 5c496d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.6
- pyiron_atomistics =0.3.7
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.6'
'pyiron_atomistics==0.3.7'
],
cmdclass=versioneer.get_cmdclass(),

Expand Down

0 comments on commit 5c496d1

Please sign in to comment.