Skip to content

Commit

Permalink
[dependabot skip] Update env file
Browse files Browse the repository at this point in the history
  • Loading branch information
pyiron-runner committed Aug 15, 2024
1 parent f85cf45 commit 8be175c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.8.4
- matplotlib >=3.8.4,<4
- numpy =1.26.4
- pyiron_base =0.9.12
- pyiron_atomistics =0.6.9
- pyiron_base =0.9.11
- pyiron_atomistics =0.6.10
- pyiron-data =0.0.25
- pyiron_contrib >0.1.18
- pyiron_snippets >=0.1.1,<=0.1.3
- pyparsing =3.1.1
- pyiron_contrib =0.1.18
- pyiron_snippets >=0.1.1,<=0.1.4
- pyparsing =3.1.2
- scipy =1.14.0
- dill >=0.3
- seaborn >=0.13.0
- seaborn >=0.13.0,<0.14
- runnerase =0.3.3
- pyxtal >=0.6.0,<0.7
- python >= 3.10
Expand Down
14 changes: 7 additions & 7 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.8.4
- matplotlib >=3.8.4,<4
- numpy =1.26.4
- pyiron_base =0.9.12
- pyiron_atomistics =0.6.9
- pyiron_base =0.9.11
- pyiron_atomistics =0.6.10
- pyiron-data =0.0.25
- pyiron_contrib >0.1.18
- pyiron_snippets >=0.1.1,<=0.1.3
- pyparsing =3.1.1
- pyiron_contrib =0.1.18
- pyiron_snippets >=0.1.1,<=0.1.4
- pyparsing =3.1.2
- scipy =1.14.0
- dill >=0.3
- seaborn >=0.13.0
- seaborn >=0.13.0,<0.14
- runnerase =0.3.3
- pyxtal >=0.6.0,<0.7

0 comments on commit 8be175c

Please sign in to comment.