Skip to content
Snippets Groups Projects
Commit 27029437 authored by Andrey Aristov's avatar Andrey Aristov
Browse files

rename

parent f9f381d6
Branches master
No related tags found
No related merge requests found
Pipeline #82377 passed
......@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
setup(
name="nd2tif",
name="nd2tools",
version="0.3.0.dev0",
description="Compress nd2 into multi-dimensional tiff",
author="Andrey Aristov",
......@@ -12,11 +12,7 @@ setup(
install_requires=[
"numpy",
"scipy",
# "opencv-python",
"scikit-image",
"pims @ git+https://github.com/soft-matter/pims.git",
"pims_nd2 ",
"nd2reader",
"pytest",
"tifffile",
"tqdm",
......@@ -31,6 +27,6 @@ setup(
"fire",
"aicsimageio"
],
python_requires=">=3.8",
python_requires=">3.7",
packages=find_packages(),
)
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