Skip to content

Commit 630fcb6

Browse files
spatialdata v0.7.2 (#32)
automerged PR by conda-forge/automerge-action
2 parents 51e4845 + e8ee71a commit 630fcb6

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "spatialdata" %}
2-
{% set version = "0.6.1" %}
2+
{% set version = "0.7.2" %}
33
{% set python_min = "3.11" %}
44

55
package:
@@ -8,12 +8,12 @@ package:
88

99
source:
1010
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/spatialdata-{{ version }}.tar.gz
11-
sha256: d0295feb90b16a6802f13e85780243fe7aecb838b44ba433c304805eac01d555
11+
sha256: 17cfa4be157dd00d5dfc009038b2f0ba5ceaaad4fb15cf58cb8b53b7e28fc75e
1212

1313
build:
1414
noarch: python
1515
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
16-
number: 1
16+
number: 0
1717

1818
requirements:
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

0 commit comments

Comments
 (0)