Skip to content

Commit

Permalink
py312 support, update napari dep
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDominguez committed Oct 5, 2024
1 parent 3b68aa4 commit 237f71f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Operating System :: OS Independent
License :: OSI Approved :: BSD License

Expand All @@ -29,12 +30,12 @@ project_urls =

[options]
packages = find:
python_requires = >=3.9, <3.12
python_requires = >=3.9, <3.13

install_requires =
spotiflow
npe2
napari
napari>=0.5

[options.package_data]
napari-spotiflow =
Expand Down

0 comments on commit 237f71f

Please sign in to comment.