synsense / sinabs

A deep learning library for spiking neural networks which is based on PyTorch, focuses on fast training and supports inference on neuromorphic hardware.
https://sinabs.readthedocs.io
GNU Affero General Public License v3.0
80 stars 8 forks source link

Add optional installation options to install dynapcnn and EXODUS together #94

Open biphasic opened 1 year ago

biphasic commented 1 year ago

setup.py normally has optional requirements that can be installed for specific flags, such as

pip install sinabs['all']

or

pip install sinabs['exodus']

That would make it easier to pull the packages at once