Closed jdblischak closed 1 month ago
For the next release, we need to update the anndata requirement to anndata>=0.10.1. I'm creating an Issue since otherwise I'm bound to forget.
anndata>=0.10.1
xref: https://github.com/single-cell-data/TileDB-SOMA/issues/1785, https://github.com/single-cell-data/TileDB-SOMA/pull/3141
While doing that we can also drop the py<=37 logic since conda-forge dropped py37 support a while ago.
py<=37
https://github.com/TileDB-Inc/tiledbsoma-feedstock/blob/21b27689499a1fd8686c16f85ac4431b67dfaae7/recipe/meta.yaml#L102-L103
Thanks @jdblischak !
For the next release, we need to update the anndata requirement to
anndata>=0.10.1
. I'm creating an Issue since otherwise I'm bound to forget.xref: https://github.com/single-cell-data/TileDB-SOMA/issues/1785, https://github.com/single-cell-data/TileDB-SOMA/pull/3141
While doing that we can also drop the
py<=37
logic since conda-forge dropped py37 support a while ago.https://github.com/TileDB-Inc/tiledbsoma-feedstock/blob/21b27689499a1fd8686c16f85ac4431b67dfaae7/recipe/meta.yaml#L102-L103