Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #163 from pyiron/pyiron_atomistics
Browse files Browse the repository at this point in the history
Update pyiron_atomistics to 0.4.4
  • Loading branch information
jan-janssen authored Jan 4, 2024
2 parents ceb4694 + 681fa16 commit 0c8242b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ dependencies:
- coverage
- codacy-coverage
- molmod =1.4.8
- numpy =1.26.2
- pyiron_atomistics =0.4.1
- numpy =1.26.3
- pyiron_atomistics =0.4.4
- mp-api =0.39.4
- scipy =1.11.4
- spglib =2.2.0
- quickff =2.2.4
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'molmod==1.4.8',
'numpy==1.26.2',
'pyiron_atomistics==0.4.1',
'numpy==1.26.3',
'pyiron_atomistics==0.4.4',
'spglib==2.2.0',
'scipy==1.11.4',
'quickff==2.2.4',
Expand Down

0 comments on commit 0c8242b

Please sign in to comment.