Skip to content

Commit

Permalink
new setup
Browse files Browse the repository at this point in the history
  • Loading branch information
palec87 committed Jun 17, 2024
1 parent 1236956 commit 50545ad
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,20 @@ classifiers =
Operating System :: OS Independent
License :: OSI Approved :: BSD License


[options]
packages = find:
python_requires = >=3.8

install_requires =
napari-plugin-engine>=0.1.4
numpy>=1.21,<=1.23.5
matplotlib
qtpy
dask
napari
magicgui


[flake8]
max-line-length = 100
Expand All @@ -40,11 +50,3 @@ exclude = src_all/__init__.py, src_all/sample_data, src_all/sandbox
banned-modules = PyQt5 = use qtpy
PySide2 = use qtpy

install_requires =
napari-plugin-engine>=0.1.4
numpy>=1.21,<=1.23.5
matplotlib
qtpy
dask
napari
magicgui

0 comments on commit 50545ad

Please sign in to comment.