@@ -16,7 +16,7 @@ authors = [
1616 { name = " Saad Nadeem" , email = " nadeems@mskcc.org" },
1717 { name = " Masoud Zarepisheh" , email = " zarepism@mskcc.org" }
1818]
19- requires-python = " >=3.9 "
19+ requires-python = " >=3.11 "
2020classifiers = [
2121 " Development Status :: 1 - Planning" ,
2222 " Intended Audience :: Science/Research" ,
@@ -42,8 +42,7 @@ dependencies = [
4242 " tabulate>=0.9.0" ,
4343 " jinja2==3.1.5" ,
4444 " typing-extensions>=4.8" ,
45- " scikit-image>=0.23" ,
46- " patchify>=0.2.3"
45+ " scikit-image>=0.23"
4746]
4847
4948[tool .setuptools .packages .find ]
@@ -72,7 +71,7 @@ pythonpath = ["."]
7271[project .optional-dependencies ]
7372mosek = [" Mosek>=9.3.14" ]
7473pydicom = [" pydicom>=2.2.0" ]
75- all = [" Mosek>=9.3.14" , " pydicom>=2.2.0" , " websocket-client>=1.8.0" , " visdom>=0.2.4" , " dominate>=2.6.0" , " torch>=2.7.0" , " torchfile>=0.1.0" , " torchvision>=0.9.1" , " huggingface-hub>=0.34.3" ]
74+ all = [" Mosek>=9.3.14" , " pydicom>=2.2.0" , " websocket-client>=1.8.0" , " visdom>=0.2.4" , " dominate>=2.6.0" , " torch>=2.7.0" , " torchfile>=0.1.0" , " torchvision>=0.9.1" , " huggingface-hub>=0.34.3" , " patchify==0.2.3 " ]
7675test = [" pytest>=8.0" , " huggingface-hub>=0.34.3" ]
7776data = [" huggingface-hub>=0.34.3" , " pydicom>=2.2.0" ]
7877ai = [" websocket-client>=1.8.0" , " visdom>=0.2.4" , " dominate>=2.6.0" , " torch>=2.7.0" , " torchfile>=0.1.0" , " torchvision>=0.9.1" ]
0 commit comments