Skip to content

Commit a63331a

Browse files
committed
fix optional dependencies
1 parent eccdc8f commit a63331a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python_workflow_definition/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424

2525
[project.optional-dependencies]
2626
plot = [
27-
"pygraphviz>=1.14,<=1.10",
28-
"networkx>=3.4.2,<=2.8.8",
29-
"ipython>=9.0.2,<=7.33.0",
27+
"pygraphviz>=1.10,<=1.14",
28+
"networkx>=2.8.8,<=3.4.2",
29+
"ipython>=7.33.0,<=9.0.2",
3030
]

0 commit comments

Comments
 (0)