File tree Expand file tree Collapse file tree 8 files changed +36
-36
lines changed Expand file tree Collapse file tree 8 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 11channels :
22- conda-forge
33dependencies :
4+ - flux-core
45- hatchling
56- hatch-vcs
6- - nbsphinx
7- - sphinx
8- - sphinx_rtd_theme
97- myst-parser
8+ - nbsphinx
109- numpy
1110- openmpi
11+ - sphinx
12+ - sphinx_rtd_theme
1213- cloudpickle =3.1.1
13- - mpi4py =4.0.1
14- - pyzmq =27.0.2
15- - flux-core
16- - jupyter-book =1.0.0
1714- h5py =3.14.0
15+ - jupyter-book =1.0.0
16+ - mpi4py =4.0.1
1817- python =3.12
18+ - pyzmq =27.1.0
Original file line number Diff line number Diff line change 11channels :
22- conda-forge
33dependencies :
4+ - h5py
45- jupyter
5- - papermill
6+ - mpi4py
67- numpy
78- openmpi
9+ - papermill
10+ - atomistics =0.2.5
811- cloudpickle =3.1.1
9- - mpi4py
10- - pyzmq =27.0.2
1112- flux-core =0.59.0
13+ - gpaw =24.6.0
1214- hatchling =1.27.0
1315- hatch-vcs =0.5.0
14- - h5py
16+ - ipython =9.0.2
1517- matplotlib =3.10.3
1618- networkx =3.4.2
1719- pygraphviz =1.14
1820- pysqa =0.3.1
19- - ipython =9.0.2
20- - atomistics =0.2.5
21+ - pyzmq =27.1.0
2122- qe =7.4
22- - gpaw =24.6.0
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies:
44- python
55- numpy
66- cloudpickle =3.1.0
7- - pyzmq =27.0.2
87- hatchling =1.27.0
98- hatch-vcs =0.5.0
9+ - pyzmq =27.1.0
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ dependencies:
55- numpy
66- mpich
77- cloudpickle =3.1.1
8- - mpi4py =4.0.1
9- - pyzmq =27.0.2
108- h5py =3.14.0
9+ - hatchling =1.27.0
10+ - hatch-vcs =0.5.0
11+ - ipython =9.0.2
12+ - mpi4py =4.0.1
1113- networkx =3.4.2
1214- pygraphviz =1.14
13- - ipython =9.0.2
1415- pysqa =0.3.1
15- - hatchling =1.27.0
16- - hatch-vcs =0.5.0
16+ - pyzmq =27.1.0
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ dependencies:
55- numpy
66- openmpi
77- cloudpickle =3.1.1
8- - mpi4py =4.0.1
9- - pyzmq =27.0.2
108- h5py =3.14.0
9+ - hatchling =1.27.0
10+ - hatch-vcs =0.5.0
11+ - ipython =9.0.2
12+ - mpi4py =4.0.1
1113- networkx =3.4.2
1214- pygraphviz =1.14
1315- pysqa =0.3.1
14- - ipython =9.0.2
15- - hatchling =1.27.0
16- - hatch-vcs =0.5.0
16+ - pyzmq =27.1.0
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ dependencies:
55- numpy
66- msmpi
77- cloudpickle =3.1.1
8- - mpi4py =4.0.1
9- - pyzmq =27.0.2
108- h5py =3.14.0
11- - networkx =3.4.2
12- - pygraphviz =1.14
13- - ipython =9.0.2
149- hatchling =1.27.0
1510- hatch-vcs =0.5.0
11+ - ipython =9.0.2
12+ - mpi4py =4.0.1
13+ - networkx =3.4.2
14+ - pygraphviz =1.14
15+ - pyzmq =27.1.0
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ dependencies:
55- numpy
66- openmpi
77- cloudpickle =3.1.1
8- - mpi4py =4.0.1
9- - pyzmq =27.0.2
108- flux-core =0.59.0
119- flux-pmix =0.5.0
1210- hatchling =1.27.0
1311- hatch-vcs =0.5.0
1412- h5py =3.12.1
13+ - ipython =9.0.2
1514- matplotlib =3.10.0
15+ - mpi4py =4.0.1
1616- networkx =3.4.2
1717- pygraphviz =1.14
1818- pysqa =0.3.1
19- - ipython =9.0.2
19+ - pyzmq =27.1.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = [
33 " hatchling==1.27.0" ,
44 " hatch-vcs==0.5.0" ,
55 " cloudpickle==3.1.1" ,
6- " pyzmq==27.0.2 " ,
6+ " pyzmq==27.1.0 " ,
77]
88build-backend = " hatchling.build"
99
@@ -30,7 +30,7 @@ classifiers = [
3030]
3131dependencies = [
3232 " cloudpickle==3.1.1" ,
33- " pyzmq==27.0.2 " ,
33+ " pyzmq==27.1.0 " ,
3434]
3535dynamic = [" version" ]
3636
@@ -125,4 +125,4 @@ path = "executorlib/_version.py"
125125
126126[tool .coverage .run ]
127127omit = [" executorlib/_version.py" , " tests/*" ]
128- command_line = " -m unittest discover tests"
128+ command_line = " -m unittest discover tests"
You can’t perform that action at this time.
0 commit comments