Skip to content

Commit

Permalink
Merge pull request #1541 from pyiron/h5io_browser
Browse files Browse the repository at this point in the history
Update h5io_browser to 0.0.16
  • Loading branch information
jan-janssen authored Jul 18, 2024
2 parents 277d7d0 + 2f31973 commit ad3ba5c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- conda_subprocess =0.0.4
- cloudpickle =3.0.0
- gitpython =3.1.43
- h5io_browser =0.0.15
- h5io_browser =0.0.16
- h5py =3.11.0
- jinja2 =3.1.4
- monty =2024.7.12
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
dependencies:
- cloudpickle =3.0.0
- h5io_browser =0.0.15
- h5io_browser =0.0.16
- h5py =3.11.0
- monty =2024.7.12
- numpy =1.26.4
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- conda_subprocess =0.0.4
- cloudpickle =3.0.0
- gitpython =3.1.43
- h5io_browser =0.0.15
- h5io_browser =0.0.16
- h5py =3.11.0
- jinja2 =3.1.4
- monty =2024.7.12
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- conda_subprocess =0.0.4
- cloudpickle =3.0.0
- gitpython =3.1.43
- h5io_browser =0.0.15
- h5io_browser =0.0.16
- h5py =3.11.0
- jinja2 =3.1.4
- monty =2024.7.12
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"cloudpickle==3.0.0",
"executorlib==0.0.1",
"h5io_browser==0.0.15",
"h5io_browser==0.0.16",
"h5py==3.11.0",
"numpy==1.26.4",
"monty==2024.7.12",
Expand Down

0 comments on commit ad3ba5c

Please sign in to comment.