File tree Expand file tree Collapse file tree 8 files changed +13
-14
lines changed Expand file tree Collapse file tree 8 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ dependencies:
1313- cloudpickle =3.1.1
1414- h5py =3.14.0
1515- jupyter-book =1.0.0
16- - mpi4py =4.0.1
16+ - mpi4py =4.1.0
1717- python =3.12
1818- pyzmq =27.1.0
Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ dependencies:
77- numpy
88- openmpi
99- papermill
10- - atomistics =0.2.5
10+ - atomistics =0.3.0
1111- cloudpickle =3.1.1
12- - flux-core =0.59.0
13- - gpaw =24.6.0
14- - gpaw-data <1
12+ - flux-core =0.64.0
13+ - gpaw =25.7.0
1514- hatchling =1.27.0
1615- hatch-vcs =0.5.0
1716- ipython =9.0.2
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
99- hatchling =1.27.0
1010- hatch-vcs =0.5.0
1111- ipython =9.0.2
12- - mpi4py =4.0.1
12+ - mpi4py =4.1.0
1313- networkx =3.4.2
1414- pygraphviz =1.14
1515- pysqa =0.3.2
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
99- hatchling =1.27.0
1010- hatch-vcs =0.5.0
1111- ipython =9.0.2
12- - mpi4py =4.0.1
12+ - mpi4py =4.1.0
1313- networkx =3.4.2
1414- pygraphviz =1.14
1515- pysqa =0.3.2
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
99- hatchling =1.27.0
1010- hatch-vcs =0.5.0
1111- ipython =9.0.2
12- - mpi4py =4.0.1
12+ - mpi4py =4.1.0
1313- networkx =3.4.2
1414- pygraphviz =1.14
1515- pyzmq =27.1.0
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198198 shell : bash -l {0}
199199 timeout-minutes : 5
200200 run : |
201- echo -e '- coverage\n- flux-core =0.59 .0'>> .ci_support/environment-mpich.yml
201+ echo -e '- coverage\n- flux-core =0.64 .0'>> .ci_support/environment-mpich.yml
202202 cat .ci_support/environment-mpich.yml
203203 - uses : conda-incubator/setup-miniconda@v3
204204 with :
@@ -229,7 +229,7 @@ jobs:
229229 shell : bash -l {0}
230230 timeout-minutes : 5
231231 run : |
232- echo -e '- coverage\n- flux-core =0.59 .0\n- flux-pmix=0.5.0' >> .ci_support/environment-openmpi.yml
232+ echo -e '- coverage\n- flux-core =0.64 .0\n- flux-pmix=0.5.0' >> .ci_support/environment-openmpi.yml
233233 cat .ci_support/environment-openmpi.yml
234234 - uses : conda-incubator/setup-miniconda@v3
235235 with :
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ dependencies:
55- numpy
66- openmpi
77- cloudpickle =3.1.1
8- - flux-core =0.59 .0
8+ - flux-core =0.64 .0
99- flux-pmix =0.5.0
1010- hatchling =1.27.0
1111- hatch-vcs =0.5.0
1212- h5py =3.12.1
1313- ipython =9.0.2
1414- matplotlib =3.10.0
15- - mpi4py =4.0.1
15+ - mpi4py =4.1.0
1616- networkx =3.4.2
1717- pygraphviz =1.14
1818- pysqa =0.3.2
Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ graphnotebook = [
5050 " networkx==3.4.2" ,
5151 " ipython==9.0.2" ,
5252]
53- mpi = [" mpi4py==4.0.1 " ]
53+ mpi = [" mpi4py==4.1.0 " ]
5454cluster = [
5555 " pysqa==0.3.2" ,
5656 " h5py==3.14.0" ,
5757]
5858all = [
59- " mpi4py==4.0.1 " ,
59+ " mpi4py==4.1.0 " ,
6060 " pysqa==0.3.2" ,
6161 " h5py==3.14.0" ,
6262 " pygraphviz==1.14" ,
You can’t perform that action at this time.
0 commit comments