From 71e19f82c8504864c39e7c54b336674ece56b101 Mon Sep 17 00:00:00 2001 From: Niels Poulsen Date: Fri, 25 Oct 2024 15:32:48 +0200 Subject: [PATCH] pin numpy version. explicit support for python 3.11 (tested with DLC3) --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a5e4849..a38c443 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -34,7 +35,7 @@ install_requires = matplotlib>=3.3 napari==0.4.18 natsort - numpy + numpy<2 opencv-python-headless pandas pyyaml