From 3c858541adb7781750172ff26c62d19dd562cdfa Mon Sep 17 00:00:00 2001 From: jakirkham Date: Fri, 17 May 2024 00:54:48 -0700 Subject: [PATCH 1/3] Drop blank line --- recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 2f22faa..fa46ecf 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -21,7 +21,6 @@ requirements: - pip - python >=3.9 - setuptools - run: - python >=3.9 - dask >=2023.2.0 From 8ec4ed5c0b871b27c6c089e71b69ca5b3b55c9ba Mon Sep 17 00:00:00 2001 From: jakirkham Date: Fri, 17 May 2024 00:54:49 -0700 Subject: [PATCH 2/3] Refresh dependencies --- recipe/meta.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index fa46ecf..ba20e93 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -20,15 +20,18 @@ requirements: host: - pip - python >=3.9 - - setuptools + - setuptools >=64 + - setuptools_scm >=8 run: - python >=3.9 - - dask >=2023.2.0 + - dask >=2024.4.1 - numpy >=1.18 - - scipy >=0.19.1 + - scikit-image >=0.19.3 + - scipy >=1.7.0 + - pandas >=2.0.0 - pims >=0.4.1 + - slicerator >= 1.1.0 - tifffile >=2018.10.18 - - pandas >=2.0.0 test: source_files: From d5b4b9d14f79d69463c8b6eb469aa666b89d0e58 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Fri, 17 May 2024 00:54:50 -0700 Subject: [PATCH 3/3] Bump `build/number` to `1` --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ba20e93..3a84bc8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -13,7 +13,7 @@ source: build: noarch: python - number: 0 + number: 1 script: {{ PYTHON }} -m pip install . --no-deps -vv requirements: