File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ build-backend = "hatchling.build"
6
6
name = " fileformats-extras"
7
7
description = " Extra methods for accessing and manipulating the underlying data referenced by fileformats classes"
8
8
readme = " README.rst"
9
- requires-python = " >=3.8 "
9
+ requires-python = " >=3.11 "
10
10
dependencies = [
11
11
" fileformats" ,
12
12
" imageio >=2.24.0" ,
13
- " pydra" ,
13
+ " pydra >=1.0a " ,
14
14
" PyYAML>=6.0" ,
15
15
" pydicom >=2.3" ,
16
16
" medimages4tests" ,
@@ -27,10 +27,9 @@ classifiers = [
27
27
" Operating System :: MacOS :: MacOS X" ,
28
28
" Operating System :: Microsoft :: Windows" ,
29
29
" Operating System :: POSIX :: Linux" ,
30
- " Programming Language :: Python :: 3.8" ,
31
- " Programming Language :: Python :: 3.9" ,
32
- " Programming Language :: Python :: 3.10" ,
33
30
" Programming Language :: Python :: 3.11" ,
31
+ " Programming Language :: Python :: 3.12" ,
32
+ " Programming Language :: Python :: 3.13" ,
34
33
" Topic :: Scientific/Engineering" ,
35
34
]
36
35
dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments