From 6e2624c2fa5619b8c24410c19bf8ef97b0f80a82 Mon Sep 17 00:00:00 2001 From: chrishavlin Date: Thu, 8 Feb 2024 21:36:17 -0600 Subject: [PATCH] trying to pin the deps --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 69505fa..657e448 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,11 +28,11 @@ project_urls = [options] packages = find: install_requires = - magicgui>=0.6.1 - napari>=0.4.13 + magicgui>=0.6.1,<=0.8.0 + napari>=0.4.13,<=0.4.17 numpy packaging - pydantic + pydantic<2.0 qtpy unyt yt>=4.0.1