Skip to content

Commit c31a2ee

Browse files
committed
updated extras pyproject
1 parent c687487 commit c31a2ee

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

extras/pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ build-backend = "hatchling.build"
66
name = "fileformats-extras"
77
description = "Extra methods for accessing and manipulating the underlying data referenced by fileformats classes"
88
readme = "README.rst"
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.11"
1010
dependencies = [
1111
"fileformats",
1212
"imageio >=2.24.0",
13-
"pydra",
13+
"pydra >=1.0a",
1414
"PyYAML>=6.0",
1515
"pydicom >=2.3",
1616
"medimages4tests",
@@ -27,10 +27,9 @@ classifiers = [
2727
"Operating System :: MacOS :: MacOS X",
2828
"Operating System :: Microsoft :: Windows",
2929
"Operating System :: POSIX :: Linux",
30-
"Programming Language :: Python :: 3.8",
31-
"Programming Language :: Python :: 3.9",
32-
"Programming Language :: Python :: 3.10",
3330
"Programming Language :: Python :: 3.11",
31+
"Programming Language :: Python :: 3.12",
32+
"Programming Language :: Python :: 3.13",
3433
"Topic :: Scientific/Engineering",
3534
]
3635
dynamic = ["version"]

0 commit comments

Comments
 (0)