Skip to content

Commit

Permalink
Merge pull request #394 from pyiron/base-0.3.8
Browse files Browse the repository at this point in the history
Update to pyiron_base-0.3.8
  • Loading branch information
niklassiemer committed Oct 19, 2021
2 parents ed195de + 74c2e1a commit 82b62da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- numpy =1.21.2
- pandas =1.3.4
- phonopy =2.11.0
- pyiron_base =0.3.7
- pyiron_base =0.3.8
- pymatgen =2022.0.14
- pyscal =2.10.12
- pytables =3.6.1
Expand Down
6 changes: 3 additions & 3 deletions notebooks/first_steps.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@
"outputs": [],
"source": [
"pr = Project('Al_potentials')\n",
"pot_lst = pr['../first_steps/Al_T200K'].load_object().list_potentials()[:3]"
"pot_lst = pr['../first_steps/Al_T200K'].to_object().list_potentials()[:3]"
]
},
{
Expand Down Expand Up @@ -727,7 +727,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.7"
"version": "3.8.5"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
Expand Down Expand Up @@ -762,4 +762,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 @@
'numpy==1.21.2',
'pandas==1.3.4',
'phonopy==2.11.0',
'pyiron_base==0.3.7',
'pyiron_base==0.3.8',
'pymatgen==2022.0.14',
'scipy==1.7.1',
'seekpath==2.0.1',
Expand Down

0 comments on commit 82b62da

Please sign in to comment.