Metadata-Version: 2.4
Name: fast-array-utils
Version: 1.5
Project-URL: Issue Tracker, https://github.com/scverse/fast-array-utils/issues
Project-URL: Source Code, https://github.com/scverse/fast-array-utils
Project-URL: Documentation, https://icb-fast-array-utils.readthedocs-hosted.com/
Author-email: "Philipp A." <flying-sheep@web.de>
License-Expression: MPL-2.0
License-File: LICENSE.rst
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Requires-Dist: array-api-compat
Requires-Dist: numpy>=2
Provides-Extra: accel
Requires-Dist: numba>=0.57; extra == 'accel'
Provides-Extra: dask
Requires-Dist: dask>=2023.6.1; extra == 'dask'
Provides-Extra: full
Requires-Dist: dask>=2023.6.1; extra == 'full'
Requires-Dist: h5py; extra == 'full'
Requires-Dist: numba>=0.57; extra == 'full'
Requires-Dist: scipy>=1.13; extra == 'full'
Requires-Dist: zarr; extra == 'full'
Provides-Extra: sparse
Requires-Dist: scipy>=1.13; extra == 'sparse'
Provides-Extra: testing
Requires-Dist: packaging; extra == 'testing'
