Skip to content

Commit

Permalink
Merge pull request #1213 from pyiron/update
Browse files Browse the repository at this point in the history
Update atomistics and structuretoolkit
  • Loading branch information
jan-janssen authored Nov 17, 2023
2 parents 5c14c8d + f41cba2 commit 1c2d7fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- aimsgb =1.1.0
- ase =3.22.1
- atomistics =0.0.6
- atomistics =0.1.2
- coveralls
- coverage
- codacy-coverage
Expand All @@ -22,4 +22,4 @@ dependencies:
- scipy =1.11.3
- seekpath =2.1.0
- spglib =2.1.0
- structuretoolkit =0.0.11
- structuretoolkit =0.0.12
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]),
install_requires=[
'ase==3.22.1',
'atomistics==0.0.6',
'atomistics==0.1.2',
'defusedxml==0.7.1',
'h5py==3.10.0',
'matplotlib==3.8.1',
Expand All @@ -58,7 +58,7 @@
'seekpath==2.1.0',
'scikit-learn==1.3.2',
'spglib==2.1.0',
'structuretoolkit==0.0.11'
'structuretoolkit==0.0.12'
],
cmdclass=versioneer.get_cmdclass(),
package_data={'': ['data/*.csv']},
Expand Down

0 comments on commit 1c2d7fe

Please sign in to comment.