From 6e2624c2fa5619b8c24410c19bf8ef97b0f80a82 Mon Sep 17 00:00:00 2001 From: chrishavlin Date: Thu, 8 Feb 2024 21:36:17 -0600 Subject: [PATCH 1/3] 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 From 4eddb15730942b1d215f1167745f02b9243e4f06 Mon Sep 17 00:00:00 2001 From: chrishavlin Date: Thu, 8 Feb 2024 21:46:58 -0600 Subject: [PATCH 2/3] fix the napari manifest error --- .pre-commit-config.yaml | 4 ---- setup.cfg | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1631ba3..01594c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,10 +9,6 @@ repos: - id: check-docstring-first - id: end-of-file-fixer - id: trailing-whitespace - - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.5.0 - hooks: - - id: setup-cfg-fmt - repo: https://github.com/PyCQA/flake8 rev: 7.0.0 hooks: diff --git a/setup.cfg b/setup.cfg index 657e448..3daeddc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = yt_napari +name = yt-napari description = A napari plugin for loading data from yt long_description = file: README.md long_description_content_type = text/markdown From 6abaac74c89c13ba73a0f3264983e2ca8e843853 Mon Sep 17 00:00:00 2001 From: chrishavlin Date: Fri, 9 Feb 2024 14:13:43 -0600 Subject: [PATCH 3/3] passes 3.11 locally --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3daeddc..062ca48 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ project_urls = packages = find: install_requires = magicgui>=0.6.1,<=0.8.0 - napari>=0.4.13,<=0.4.17 + napari>=0.4.13,<=0.4.18 numpy packaging pydantic<2.0