Skip to content

Commit

Permalink
Merge pull request #44 from pyiron/update_atomistics_optional_dep
Browse files Browse the repository at this point in the history
Update pyiron_atomistics optional dependency
  • Loading branch information
liamhuber authored Jan 22, 2024
2 parents 5eb4759 + 7a7d06d commit 0c60956
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies:
- owlready2 =0.45
- pandas =2.1.4
- pint =0.23
- python >= 3.8
- python >= 3.9
- mp-api >= 0.39.4
- pyiron_atomistics >= 0.4.4
- pyiron_atomistics >= 0.4.7
- pyiron-data >= 0.0.27
- lammps
4 changes: 2 additions & 2 deletions .ci_support/environment-pyiron_atomistics.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- conda-forge
dependencies:
- python >= 3.8
- python >= 3.9
- mp-api >= 0.39.4
- pyiron_atomistics >= 0.4.4
- pyiron_atomistics >= 0.4.7
- pyiron-data >= 0.0.27
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
'pandas==2.1.4',
'pint==0.23',
],
extras_require={
"pyiron_atomistics": [],
},
cmdclass=versioneer.get_cmdclass(),

)

0 comments on commit 0c60956

Please sign in to comment.