We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b8f4a commit 9e31608Copy full SHA for 9e31608
2 files changed
binder/environment.yml
@@ -4,10 +4,11 @@ dependencies:
4
- python =3.12
5
- click =8.1.8
6
- pydantic =2.12.4
7
-- hatchling =1.27.0
+- hatchling =1.28.0
8
- httpcore =1.0.7
9
- jobflow =0.2.1
10
-- pyiron_base =0.15.10
+- executorlib =1.7.4
11
+- pyiron_base =0.15.12
12
- pyiron_workflow =0.15.4
13
- pygraphviz =1.14
14
- aiida-workgraph =0.7.6
pyproject.toml
@@ -28,7 +28,7 @@ jobflow = [
28
"jobflow>=0.1.18,<=0.2.1",
29
]
30
pyiron = [
31
- "pyiron_base>=0.11.10,<=0.15.10",
+ "pyiron_base>=0.11.10,<=0.15.12",
32
33
plot = [
34
"pygraphviz>=1.10,<=1.14",
@@ -38,4 +38,4 @@ plot = [
38
39
[tool.coverage.run]
40
source = ["python_workflow_definition"]
41
-command_line = "-m unittest discover tests"
+command_line = "-m unittest discover tests"
0 commit comments