Metadata-Version: 2.1
Name: tensor-regression
Version: 0.0.1
Summary: A small wrapper around pytest_regressions for Tensors
License: MIT
Author: Fabrice Normandin
Author-email: normandf@mila.quebec
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pytest-regressions (>=2.5.0,<3.0.0)
Requires-Dist: torch (>=2.3.1,<3.0.0)
Description-Content-Type: text/markdown

# tensor_regression
A small wrapper to use pytest_regressions with Tensors

