Skip to content

Commit

Permalink
Merge pull request #699 from pyiron/base-0.5.20
Browse files Browse the repository at this point in the history
Update to pyiron_base-0.5.20
  • Loading branch information
jan-janssen authored Aug 3, 2022
2 parents 854e9c4 + 9dccdd5 commit de490ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- pandas =1.4.3
- phonopy =2.15.1
- pint =0.19.2
- pyiron_base =0.5.19
- pyiron_base =0.5.20
- pymatgen =2022.7.25
- pyscal =2.10.15
- pytables =3.7.0
Expand Down
4 changes: 2 additions & 2 deletions notebooks/gamma_surface_parallel_master.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"outputs": [],
"source": [
"from pyiron_atomistics.atomistics.master.parallel import AtomisticParallelMaster\n",
"from pyiron_base.master.parallel import JobGenerator"
"from pyiron_base import JobGenerator"
]
},
{
Expand Down Expand Up @@ -306,4 +306,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'pandas==1.4.3',
'phonopy==2.15.1',
'pint==0.19.2',
'pyiron_base==0.5.19',
'pyiron_base==0.5.20',
'pymatgen==2022.7.25',
'scipy==1.9.0',
'seekpath==2.0.1',
Expand Down

0 comments on commit de490ff

Please sign in to comment.