Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/h5py-3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Oct 17, 2024
2 parents 2fcc7b6 + d253faf commit f752dca
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
- myst-parser
- numpy
- openmpi
- cloudpickle =3.0.0
- cloudpickle =3.1.0
- mpi4py =4.0.1
- pyzmq =26.2.0
- flux-core
- jupyter-book =1.0.0
- h5py =3.12.1
- h5py =3.12.1
2 changes: 1 addition & 1 deletion .ci_support/environment-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
dependencies:
- python
- numpy
- cloudpickle =3.0.0
- cloudpickle =3.1.0
- pyzmq =26.0.3
4 changes: 2 additions & 2 deletions .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ dependencies:
- python
- numpy
- mpich
- cloudpickle =3.0.0
- cloudpickle =3.1.0
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.12.1
- matplotlib =3.9.2
- networkx =3.4
- networkx =3.4.1
- pygraphviz =1.14
- ipython =8.28.0
4 changes: 2 additions & 2 deletions .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ dependencies:
- python
- numpy
- openmpi
- cloudpickle =3.0.0
- cloudpickle =3.1.0
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.12.1
- matplotlib =3.9.2
- networkx =3.4
- networkx =3.4.1
- pygraphviz =1.14
- ipython =8.28.0
4 changes: 2 additions & 2 deletions .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ dependencies:
- python
- numpy
- msmpi
- cloudpickle =3.0.0
- cloudpickle =3.1.0
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.12.1
- matplotlib =3.9.2
- networkx =3.4
- networkx =3.4.1
- pygraphviz =1.14
- ipython =8.28.0
1 change: 1 addition & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-openmpi.yml
sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-win.yml
sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-docs.yml
sed -i "/${package}/s/${from}/${to}/g" binder/environment.yml
- name: UpdateDependabotPR commit
run: |
git config --local user.email "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- python
- numpy
- openmpi
- cloudpickle =3.0.0
- cloudpickle =3.1.0
- mpi4py =4.0.1
- pyzmq =26.2.0
- flux-core =0.59.0
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"cloudpickle==3.0.0",
"cloudpickle==3.1.0",
"pyzmq==26.2.0",
]
dynamic = ["version"]
Expand All @@ -42,7 +42,7 @@ hdf = [
graph = [
"pygraphviz==1.14",
"matplotlib==3.9.2",
"networkx==3.4",
"networkx==3.4.1",
"ipython==8.28.0",
]

Expand Down

0 comments on commit f752dca

Please sign in to comment.