Skip to content

Commit

Permalink
Merge pull request #408 from pyiron/dependabot/pip/conda-subprocess-0…
Browse files Browse the repository at this point in the history
….0.5

Bump conda-subprocess from 0.0.4 to 0.0.5
  • Loading branch information
jan-janssen authored Sep 16, 2024
2 parents d66db91 + 0baa13c commit 8d018cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- numpy
- mpich
- cloudpickle =3.0.0
- conda_subprocess =0.0.4
- conda_subprocess =0.0.5
- mpi4py =4.0.0
- pyzmq =26.2.0
- h5py =3.11.0
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- numpy
- openmpi
- cloudpickle =3.0.0
- conda_subprocess =0.0.4
- conda_subprocess =0.0.5
- mpi4py =4.0.0
- pyzmq =26.2.0
- h5py =3.11.0
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- numpy
- msmpi
- cloudpickle =3.0.0
- conda_subprocess =0.0.4
- conda_subprocess =0.0.5
- mpi4py =4.0.0
- pyzmq =26.2.0
- h5py =3.11.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Documentation = "https://executorlib.readthedocs.io"
Repository = "https://github.com/pyiron/executorlib"

[project.optional-dependencies]
conda = ["conda_subprocess==0.0.4"]
conda = ["conda_subprocess==0.0.5"]
mpi = ["mpi4py==4.0.0"]
hdf = [
"h5py==3.11.0",
Expand Down

0 comments on commit 8d018cb

Please sign in to comment.