Metadata-Version: 2.1
Name: torchsilk
Version: 0.6.1
Summary: TorchSilk is a neural network library for working with functorch.
License: MIT
Author: Aditya Gudimella
Author-email: aditya.gudimella@gmail.com
Requires-Python: >=3.10,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: all
Provides-Extra: test
Requires-Dist: attrs (>=22.1.0,<23.0.0)
Requires-Dist: autoflake (>=1.4,<2.0); extra == "test" or extra == "all"
Requires-Dist: black (>=22.3.0,<23.0.0); extra == "test" or extra == "all"
Requires-Dist: isort (>=5.10.1,<6.0.0); extra == "test" or extra == "all"
Requires-Dist: lovely-tensors (>=0.1.8,<0.2.0)
Requires-Dist: mypy (>=0.961,<0.962); extra == "test" or extra == "all"
Requires-Dist: numpy (>=1.23.5,<2.0.0)
Requires-Dist: optree (>=0.5.0,<0.6.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: pytest (>=7.2.0,<8.0.0); extra == "test" or extra == "all"
Requires-Dist: pytest-vscodedebug (>=0.1.0,<0.2.0); extra == "test" or extra == "all"
Requires-Dist: pyupgrade (>=2.37.3,<3.0.0); extra == "test" or extra == "all"
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: rich (>=12.6.0,<13.0.0)
Requires-Dist: scipy (>=1.9.3,<2.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0); extra == "test" or extra == "all"
Requires-Dist: torch (>=1.13.0,<2.0.0)
Requires-Dist: torchopt (>=0.5.0.post4,<0.6.0)
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Requires-Dist: xdoctest[all] (>=1.1.0,<2.0.0); extra == "test" or extra == "all"
Description-Content-Type: text/markdown

# TorchSilk

TorchSilk is a neural network library for working with functorch.

