Skip to content

Commit

Permalink
sort deps, py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
guiwitz committed Dec 16, 2024
1 parent 0519a51 commit 89f86e2
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 @@ -15,9 +15,11 @@ classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Visualization
Topic :: Scientific/Engineering :: Information Analysis
Expand All @@ -30,19 +32,19 @@ classifiers =

[options]
packages = find:
python_requires = >=3.7
python_requires = >=3.8
setup_requires = setuptools_scm
install_requires =
cmap
numpy
scikit-image
h5py
imageio
matplotlib
matplotlib-scalebar
natsort
numpy
scikit-image
tifffile
h5py
xarray
natsort
imageio

[options.extras_require]
multipage =
Expand All @@ -56,7 +58,7 @@ animation =
all =
bioio
bioio-tifffile
nd2reader
imageio-ffmpeg
ipywidgets
nd2reader

0 comments on commit 89f86e2

Please sign in to comment.