Metadata-Version: |
2.1 |
Name: |
pytorch-spiking |
Version: |
0.1.0 |
Summary: |
Spiking neuron integration for PyTorch |
Author: |
Applied Brain Research |
Author-Email: |
info[at]appliedbrainresearch.com |
Home-Page: |
https://www.nengo.ai/pytorch-spiking |
License: |
Free for non-commercial use |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: Free for non-commercial use |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX :: Linux |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Requires-Python: |
>=3.5 |
Requires-Dist: |
numpy (>=1.16.0) |
Requires-Dist: |
torch (>=1.0.0) |
Requires-Dist: |
jupyter (>=1.0.0); extra == "all" |
Requires-Dist: |
matplotlib (>=2.0.0); extra == "all" |
Requires-Dist: |
nbsphinx (>=0.3.5); extra == "all" |
Requires-Dist: |
nengo-sphinx-theme (>=1.2.1); extra == "all" |
Requires-Dist: |
numpydoc (>=0.6.0); extra == "all" |
Requires-Dist: |
sphinx (>=3.0.0); extra == "all" |
Requires-Dist: |
torchvision (>=0.7.0); extra == "all" |
Requires-Dist: |
pylint (>=1.9.2); extra == "all" |
Requires-Dist: |
pytest (>=3.6.0); extra == "all" |
Requires-Dist: |
pytest-allclose (>=1.0.0); extra == "all" |
Requires-Dist: |
pytest-cov (>=2.6.0); extra == "all" |
Requires-Dist: |
pytest-rng (>=1.0.0); extra == "all" |
Requires-Dist: |
pytest-xdist (>=1.16.0); extra == "all" |
Requires-Dist: |
jupyter (>=1.0.0); extra == "docs" |
Requires-Dist: |
matplotlib (>=2.0.0); extra == "docs" |
Requires-Dist: |
nbsphinx (>=0.3.5); extra == "docs" |
Requires-Dist: |
nengo-sphinx-theme (>=1.2.1); extra == "docs" |
Requires-Dist: |
numpydoc (>=0.6.0); extra == "docs" |
Requires-Dist: |
sphinx (>=3.0.0); extra == "docs" |
Requires-Dist: |
torchvision (>=0.7.0); extra == "docs" |
Requires-Dist: |
pylint (>=1.9.2); extra == "tests" |
Requires-Dist: |
pytest (>=3.6.0); extra == "tests" |
Requires-Dist: |
pytest-allclose (>=1.0.0); extra == "tests" |
Requires-Dist: |
pytest-cov (>=2.6.0); extra == "tests" |
Requires-Dist: |
pytest-rng (>=1.0.0); extra == "tests" |
Requires-Dist: |
pytest-xdist (>=1.16.0); extra == "tests" |
Provides-Extra: |
all |
Provides-Extra: |
docs |
Provides-Extra: |
optional |
Provides-Extra: |
tests |