Skip to content

Commit

Permalink
add imageio
Browse files Browse the repository at this point in the history
  • Loading branch information
amedyukhina committed Oct 4, 2022
1 parent ef302af commit eb057da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[metadata]
name = napari-filament-annotator
version = 0.1
summary = Annotation of filaments / curvilinear structures in 3D

description = Annotation of filament / curvilinear structures in 3D
Expand All @@ -11,9 +12,9 @@ author_email = [email protected]
license = Apache-2.0
license_files = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Development Status :: 3 - Alpha
Framework :: napari
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Expand All @@ -40,6 +41,7 @@ install_requires =
qtpy
scipy
sklearn
imageio!=2.22.1

python_requires = >=3.8
include_package_data = True
Expand Down

0 comments on commit eb057da

Please sign in to comment.