Skip to content

Commit

Permalink
[patch] Update dependencies (#274)
Browse files Browse the repository at this point in the history
* Update dependencies

* [dependabot skip] Update env file

* Fix browser version typo

* [dependabot skip] Update env file

---------

Co-authored-by: pyiron-runner <[email protected]>
  • Loading branch information
liamhuber and pyiron-runner authored Apr 3, 2024
1 parent 21c8696 commit 7a5db1d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
14 changes: 7 additions & 7 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ dependencies:
- cloudpickle =3.0.0
- graphviz =9.0.0
- h5io =0.2.2
- h5io_browser =0.0.9
- h5io_browser =0.0.10
- matplotlib =3.8.3
- pyiron_base =0.7.9
- pyiron_contrib =0.1.15
- pympipool =0.7.13
- pyiron_base =0.8.0
- pyiron_contrib =0.1.16
- pympipool =0.7.17
- python-graphviz =0.20.3
- toposort =1.10
- typeguard =4.2.1
- ase =3.22.1
- atomistics =0.1.23
- atomistics =0.1.24
- lammps
- phonopy =2.21.2
- pyiron_atomistics =0.4.17
- phonopy =2.22.1
- pyiron_atomistics =0.5.0
- pyiron-data =0.0.29
- numpy =1.26.4
6 changes: 3 additions & 3 deletions .ci_support/environment-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ channels:
- conda-forge
dependencies:
- ase =3.22.1
- atomistics =0.1.23
- atomistics =0.1.24
- lammps
- phonopy =2.21.2
- pyiron_atomistics =0.4.17
- phonopy =2.22.1
- pyiron_atomistics =0.5.0
- pyiron-data =0.0.29
- numpy =1.26.4
8 changes: 4 additions & 4 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dependencies:
- cloudpickle =3.0.0
- graphviz =9.0.0
- h5io =0.2.2
- h5io_browser =0.0.9
- h5io_browser =0.0.10
- matplotlib =3.8.3
- pyiron_base =0.7.9
- pyiron_contrib =0.1.15
- pympipool =0.7.13
- pyiron_base =0.8.0
- pyiron_contrib =0.1.16
- pympipool =0.7.17
- python-graphviz =0.20.3
- toposort =1.10
- typeguard =4.2.1
8 changes: 4 additions & 4 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dependencies:
- cloudpickle =3.0.0
- graphviz =9.0.0
- h5io =0.2.2
- h5io_browser =0.0.9
- h5io_browser =0.0.10
- matplotlib =3.8.3
- pyiron_base =0.7.9
- pyiron_contrib =0.1.15
- pympipool =0.7.13
- pyiron_base =0.8.0
- pyiron_contrib =0.1.16
- pympipool =0.7.17
- python-graphviz =0.20.3
- toposort =1.10
- typeguard =4.2.1
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
'cloudpickle==3.0.0',
'graphviz==0.20.3',
'h5io==0.2.2',
'h5io_browser==0.0.9',
'h5io_browser==0.0.10',
'matplotlib==3.8.3',
'pyiron_base==0.7.9',
'pyiron_contrib==0.1.15',
'pympipool==0.7.13',
'pyiron_base==0.8.0',
'pyiron_contrib==0.1.16',
'pympipool==0.7.17',
'toposort==1.10',
'typeguard==4.2.1',
],
extras_require={
"node_library": [
'ase==3.22.1',
'atomistics==0.1.23',
'atomistics==0.1.24',
'numpy==1.26.4',
'phonopy==2.21.2',
'pyiron_atomistics==0.4.17',
'phonopy==2.22.1',
'pyiron_atomistics==0.5.0',
],
},
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit 7a5db1d

Please sign in to comment.