Metadata-Version: 2.1
Name: fastnn
Version: 0.1.0
Summary: A python library and framework for fast neural network computations.
Author: Andrew Chang
Author-email: aychang995@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Provides-Extra: torch
Requires-Dist: coremltools (>=4.0,<5.0)
Requires-Dist: jupyter (>=1.0.0,<2.0.0)
Requires-Dist: jupyterlab (>=2.2.9,<3.0.0)
Requires-Dist: matplotlib (>=3.3.3,<4.0.0)
Requires-Dist: mkautodoc (>=0.1.0,<0.2.0); extra == "docs"
Requires-Dist: mkdocs (>=1.1.2,<2.0.0); extra == "docs"
Requires-Dist: mkdocs-material (>=6.1.5,<7.0.0); extra == "docs"
Requires-Dist: torch (>=1.0.0,<2.0.0); extra == "torch"
Requires-Dist: torchvision (<1.0.0); extra == "torch"
Requires-Dist: transformers (>=3.0.0,<4.0.0)
Requires-Dist: wget (>=3.2,<4.0)
