File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11{% set name = "spatialdata" %}
2- {% set version = "0.6.1 " %}
2+ {% set version = "0.7.2 " %}
33{% set python_min = "3.11" %}
44
55package :
@@ -8,12 +8,12 @@ package:
88
99source :
1010 url : https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/spatialdata-{{ version }}.tar.gz
11- sha256 : d0295feb90b16a6802f13e85780243fe7aecb838b44ba433c304805eac01d555
11+ sha256 : 17cfa4be157dd00d5dfc009038b2f0ba5ceaaad4fb15cf58cb8b53b7e28fc75e
1212
1313build :
1414 noarch : python
1515 script : {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
16- number : 1
16+ number : 0
1717
1818requirements :
1919 host :
@@ -23,9 +23,11 @@ requirements:
2323 - python {{ python_min }},<3.13
2424 run :
2525 - anndata >=0.9.1
26+ - annsel >=0.1.2
2627 - click
27- - dask >=2024.10 .0,<=2024.11 .2
28+ - dask >=2025.2 .0,<2026.1 .2
2829 - dask-image
30+ - distributed <2026.1.2
2931 - datashader
3032 - fsspec
3133 - geopandas >=0.14
@@ -40,14 +42,14 @@ requirements:
4042 - python >={{ python_min }},<3.13
4143 - pytorch
4244 - rich
43- - scikit-image
44- - scipy
45+ - setuptools
4546 - shapely >=2.0.1
4647 - spatial-image >=1.2.3
47- - typing-extensions >=4.8.0
48+ - scikit-image
49+ - scipy !=1.17.0
50+ - typing_extensions >=4.8.0
4851 - universal-pathlib >=0.2.6
4952 - xarray >=2024.10.0
50- - xarray-schema
5153 - xarray-spatial >=0.3.5
5254 - zarr >=3.0.0
5355
You can’t perform that action at this time.
0 commit comments