Metadata-Version: 2.4
Name: decent-array
Version: 0.2.2
Summary: A library of array operations and linear algebra primitives for interoperability across ML frameworks.
Project-URL: Documentation, https://decent-array.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/team-decent/decent-array
Project-URL: Issues, https://github.com/team-decent/decent-array/issues
Author: Simon Granström, Nicola Bastianello
Maintainer: Team Decent
License-Expression: AGPL-3.0-only
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Requires-Dist: mypy-extensions<2,>=1.1.0
Requires-Dist: numpy<3,>=2
Provides-Extra: jax
Requires-Dist: jax<1,>=0.4; extra == 'jax'
Provides-Extra: jax-gpu
Requires-Dist: jax[cuda12]<1,>=0.4; extra == 'jax-gpu'
Provides-Extra: tf
Requires-Dist: tensorflow<3,>=2.18; extra == 'tf'
Provides-Extra: tf-gpu
Requires-Dist: tensorflow[and-cuda]<3,>=2.18; extra == 'tf-gpu'
Provides-Extra: torch
Requires-Dist: torch<3,>=2.5; extra == 'torch'
Requires-Dist: torchvision<1,>=0.20; extra == 'torch'
Description-Content-Type: text/markdown

# decent-array