Welcome to the CSCE 790 Neuromorphic Computing @ UofSC!
List of python dependencies needed to run the code in this repo:
- numpy
- matplotlib
- pandas (optional)
- tensorflow
- tensorflow-datasets
- snntoolbox
For specific versions of packages, please refer to the conda environment files (*.yml
).
To install these packages you can use:
conda install <package_name>
ORpip install <package_name>
Using conda is encouraged, specifically Miniforge3.
This repository contains a virtual environment for each tutorial or separate package. The main reason for this is that some (not all) of the packages have some dependency conflicts. Thus a conda environment file is provided for each of the tutorials.
The virtual environments were created using Miniforge3 as opposed to Anaconda.