Skip to content
Snippets Groups Projects
Commit 0659c34a authored by s212246's avatar s212246 Committed by fima
Browse files

Tifffile imagecodecs

parent 514fee2a
No related branches found
No related tags found
1 merge request!155Tifffile imagecodecs
...@@ -12,8 +12,8 @@ scipy>=1.11.2 ...@@ -12,8 +12,8 @@ scipy>=1.11.2
seaborn>=0.12.2 seaborn>=0.12.2
pydicom==2.4.4 pydicom==2.4.4
setuptools>=68.0.0 setuptools>=68.0.0
imagecodecs==2023.7.10 imagecodecs>=2024.12.30
tifffile==2023.8.12 tifffile>=2025.1.10
torch>=2.0.1 torch>=2.0.1
torchvision>=0.15.2 torchvision>=0.15.2
torchinfo>=1.8.0 torchinfo>=1.8.0
......
...@@ -44,42 +44,45 @@ setup( ...@@ -44,42 +44,45 @@ setup(
], ],
python_requires='>=3.10', python_requires='>=3.10',
install_requires=[ install_requires=[
'gradio==4.44', "gradio==4.44",
'h5py>=3.9.0', "h5py>=3.9.0",
'localthickness>=0.1.2', "localthickness>=0.1.2",
'matplotlib>=3.8.0', "matplotlib>=3.8.0",
'pydicom==2.4.4', "pydicom==2.4.4",
'numpy>=1.26.0', "numpy>=1.26.0",
'outputformat>=0.1.3', "outputformat>=0.1.3",
'Pillow>=10.0.1', "Pillow>=10.0.1",
'plotly>=5.14.1', "plotly>=5.14.1",
'scipy>=1.11.2', "scipy>=1.11.2",
'seaborn>=0.12.2', "seaborn>=0.12.2",
'setuptools>=68.0.0', "setuptools>=68.0.0",
'tifffile==2023.8.12', "tifffile>=2025.1.10",
'imagecodecs==2023.7.10', "imagecodecs>=2024.12.30",
'tqdm>=4.65.0', "tqdm>=4.65.0",
'nibabel>=5.2.0', "nibabel>=5.2.0",
'ipywidgets>=8.1.2', "ipywidgets>=8.1.2",
'dask>=2023.6.0', "dask>=2023.6.0",
'k3d>=2.16.1', "k3d>=2.16.1",
'olefile>=0.46', "olefile>=0.46",
'psutil>=5.9.0', "psutil>=5.9.0",
'structure-tensor>=0.2.1', "structure-tensor>=0.2.1",
'noise>=1.2.2', "noise>=1.2.2",
'zarr>=2.18.2', "zarr>=2.18.2",
'ome_zarr>=0.9.0', "ome_zarr>=0.9.0",
'dask-image>=2024.5.3', "dask-image>=2024.5.3",
'scikit-image>=0.24.0', "scikit-image>=0.24.0",
'trimesh>=4.4.9', "trimesh>=4.4.9"
], ],
extras_require={ extras_require={
'deep-learning': [ "deep-learning": [
'albumentations>=1.3.1', "albumentations>=1.3.1",
'torch>=2.0.1', "torch>=2.0.1",
'torchvision>=0.15.2', "torchvision>=0.15.2",
'torchinfo>=1.8.0', "torchinfo>=1.8.0",
'monai>=1.2.0', "monai>=1.2.0",
] ],
}, 'test': [
'testbook>=0.4.2'
]
}
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment