Skip to content

Commit 2906c68

Browse files
committed
removed restrictions on on pydra version to avoid circular deps
1 parent ca9ac72 commit 2906c68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extras/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.8"
1010
dependencies = [
1111
"fileformats",
1212
"imageio >=2.24.0",
13-
"pydra >= 0.23.0a",
13+
"pydra",
1414
"PyYAML>=6.0",
1515
"pydicom >=2.3",
1616
"medimages4tests",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test = [
5151
"pytest >=6.2.5",
5252
"pytest-env>=0.6.2",
5353
"pytest-cov>=2.12.1",
54-
"pydra >0.24",
54+
"pydra",
5555
"fileformats-extras",
5656
]
5757
docs = [

0 commit comments

Comments
 (0)