Skip to content

Commit

Permalink
pin numpy version. explicit support for python 3.11 (tested with DLC3)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-poulsen committed Oct 25, 2024
1 parent 0ceba4f commit 71e19f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Image Processing
Topic :: Scientific/Engineering :: Visualization
Expand All @@ -34,7 +35,7 @@ install_requires =
matplotlib>=3.3
napari==0.4.18
natsort
numpy
numpy<2
opencv-python-headless
pandas
pyyaml
Expand Down

0 comments on commit 71e19f8

Please sign in to comment.