From 55944c4ddfa3c698032f858b8d5256eed2c31e69 Mon Sep 17 00:00:00 2001 From: kapoorlab Date: Sat, 14 Oct 2023 15:33:40 +0200 Subject: [PATCH] update tomls --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index bf081aa..6849657 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = caped-ai-tabulour -version = attr: caped_ai_tabulour._version.__version__ +version = attr: caped-ai-tabulour._version.__version__ description = A base table widget for KapoorLabs Napari plugins long_description = file: README.md long_description_content_type = text/markdown @@ -33,7 +33,7 @@ install_requires = pyqt5 napari pandas - numpy + numpy python_requires = >=3.8