Skip to content

Commit

Permalink
Merge 812cba1 into 5dc5906
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber authored Jun 4, 2024
2 parents 5dc5906 + 812cba1 commit 883a85a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ dependencies:
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- distributed =2024.5.1
- pympipool =0.8.0
- h5io_browser =0.0.12
- pymatgen =2024.5.1
- pympipool =0.8.0
- python >= 3.10
- lammps
- nglview >=3.0.8
Expand Down
3 changes: 2 additions & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ dependencies:
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- distributed =2024.5.1
- pympipool =0.8.0
- h5io_browser =0.0.12
- pymatgen =2024.5.1
- pympipool =0.8.0
3 changes: 2 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ dependencies:
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- distributed =2024.5.1
- pympipool =0.8.0
- h5io_browser =0.0.12
- pymatgen =2024.5.1
- pympipool =0.8.0
2 changes: 1 addition & 1 deletion pyiron_contrib/repair/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from ase.io import read as ase_read
from pyiron_atomistics.atomistics.job.atomistic import AtomisticGenericJob
from pyiron_base import GenericJob, GenericMaster
from pyiron_base.state.logger import logger
from pyiron_snippets.logger import logger

from tqdm.auto import tqdm

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
],
'tinybase': [
'distributed==2024.5.1',
'pymatgen==2024.5.1',
'pympipool==0.8.0',
'h5io_browser==0.0.12',
]
Expand Down

0 comments on commit 883a85a

Please sign in to comment.