We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c81ec9 commit 8490916Copy full SHA for 8490916
pyproject.toml
@@ -41,7 +41,7 @@ Documentation = "https://executorlib.readthedocs.io"
41
Repository = "https://github.com/pyiron/executorlib"
42
43
[project.optional-dependencies]
44
-cache = ["h5py==3.13.0"]
+cache = ["h5py==3.14.0"]
45
graph = [
46
"pygraphviz==1.14",
47
"networkx==3.4.2",
@@ -54,12 +54,12 @@ graphnotebook = [
54
mpi = ["mpi4py==4.0.1"]
55
cluster = [
56
"pysqa==0.2.6",
57
- "h5py==3.13.0",
+ "h5py==3.14.0",
58
]
59
all = [
60
"mpi4py==4.0.1",
61
62
63
64
65
"ipython==9.0.2",
0 commit comments