Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- cloudpickle =3.1.2
- h5py =3.16.0
- jupyter-book =1.0.0
- mpi4py =4.1.1
- mpi4py =4.1.2
- python =3.12
- pydantic =2.13.4
- pyzmq =27.1.0
2 changes: 1 addition & 1 deletion .ci_support/environment-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- h5py =3.16.0
- jupyter
- mpi4py =4.1.1
- mpi4py =4.1.2
- numpy =2.3.5
- openmpi
- papermill
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- hatchling =1.29.0
- hatch-vcs =0.5.0
- ipython =9.9.0
- mpi4py =4.1.1
- mpi4py =4.1.2
- networkx =3.6.1
- pydantic =2.13.4
- pygraphviz =1.14
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 @@ -9,7 +9,7 @@ dependencies:
- hatchling =1.29.0
- hatch-vcs =0.5.0
- ipython =9.9.0
- mpi4py =4.1.1
- mpi4py =4.1.2
- networkx =3.6.1
- pydantic =2.13.4
- pygraphviz =1.14
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 @@ -9,7 +9,7 @@ dependencies:
- hatchling =1.29.0
- hatch-vcs =0.5.0
- ipython =9.9.0
- mpi4py =4.1.1
- mpi4py =4.1.2
- networkx =3.6.1
- pydantic =2.13.4
- pygraphviz =1.14
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- h5py =3.16.0
- ipython =9.9.0
- matplotlib =3.10.0
- mpi4py =4.1.1
- mpi4py =4.1.2
- networkx =3.6.1
- pygraphviz =1.14
- pysqa =0.4.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ graphnotebook = [
"networkx==3.6.1",
"ipython==9.9.0",
]
mpi = ["mpi4py==4.1.1"]
mpi = ["mpi4py==4.1.2"]
Comment thread
coderabbitai[bot] marked this conversation as resolved.
cluster = [
"pysqa==0.4.1",
"h5py==3.16.0",
Expand Down
Loading