Skip to content

Commit

Permalink
Remove pyiron_base and h5io dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed Aug 8, 2024
1 parent d997441 commit c9e4aaa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ dependencies:
- cloudpickle =3.0.0
- executorlib =0.0.1
- graphviz =9.0.0
- h5io =0.2.4
- pandas =2.2.2
- pyiron_base =0.9.10
- pyiron_snippets =0.1.4
- python-graphviz =0.20.3
- toposort =1.10
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ dependencies:
- cloudpickle =3.0.0
- executorlib =0.0.1
- graphviz =9.0.0
- h5io =0.2.4
- pandas =2.2.2
- pyiron_base =0.9.10
- pyiron_snippets =0.1.4
- python-graphviz =0.20.3
- toposort =1.10
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/lower_bound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ dependencies:
- cloudpickle =3.0.0
- executorlib =0.0.1
- graphviz =9.0.0
- h5io =0.2.2
- pandas =2.2.0
- pyiron_base =0.8.3
- pyiron_snippets =0.1.4
- python-graphviz =0.20.0
- toposort =1.10
Expand Down
2 changes: 0 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ dependencies:
- cloudpickle =3.0.0
- executorlib =0.0.1
- graphviz =9.0.0
- h5io =0.2.4
- pandas =2.2.2
- pyiron_base =0.9.10
- pyiron_snippets =0.1.4
- python-graphviz =0.20.3
- toposort =1.10
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ requires = [
"cloudpickle",
"executorlib",
"graphviz",
"h5io",
"pandas",
"pyiron_base",
"toposort",
"typeguard",
"setuptools",
Expand Down Expand Up @@ -35,9 +33,7 @@ dependencies = [
"cloudpickle==3.0.0",
"executorlib==0.0.1",
"graphviz==0.20.3",
"h5io==0.2.4",
"pandas==2.2.2",
"pyiron_base==0.9.10",
"pyiron_snippets==0.1.4",
"toposort==1.10",
"typeguard==4.3.0",
Expand Down

0 comments on commit c9e4aaa

Please sign in to comment.