Antonio Valentino pushed to branch master at Debian GIS Project / flox
Commits: f88e324d by Antonio Valentino at 2026-02-05T06:28:12+00:00 Drop dependency on python3-sparse - - - - - 89188872 by Antonio Valentino at 2026-02-05T06:37:21+00:00 Set distribution to unstable - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +flox (0.11.0-2) unstable; urgency=medium + + * debian/control: + - Remove rependency on python3-sparse. + It is only an optional dependeny of flox and it + introduces an indirect dependency on numba. + + -- Antonio Valentino <[email protected]> Thu, 05 Feb 2026 06:36:31 +0000 + flox (0.11.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -23,7 +23,6 @@ Build-Depends: debhelper-compat (= 13), python3-scipy, python3-setuptools, python3-setuptools-scm, - python3-sparse, python3-syrupy <!nocheck>, python3-toolz, python3-xarray @@ -37,8 +36,8 @@ Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Recommends: python3-dask, - python3-sparse, python3-xarray +Suggests: python3-sparse Description: GroupBy operations for dask.array This project explores strategies for fast GroupBy reductions with dask.array. It used to be called `dask_groupby`. View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/97308cc4a143a1a2521f77d8bc38c381c5243a2d...89188872adeee58195d3ff3694a4ea9455b45129 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/97308cc4a143a1a2521f77d8bc38c381c5243a2d...89188872adeee58195d3ff3694a4ea9455b45129 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
