swh:1:snp:00a09dfe75d92a5d9631593944db4c280ca40ab3
Tip revision: 9eccfe575524736f25f4f3759fe04648f22554de authored by Luke Taylor on 09 April 2024, 14:00:54 UTC
Added brainbox version.
Added brainbox version.
Tip revision: 9eccfe5
environment.yml
name: neuralpred
dependencies:
- python=3.8
- pytorch::pytorch
- pytorch::torchvision
- nvidia::cudatoolkit=11.3
- matplotlib
- seaborn
- pandas
- conda-forge::h5py
- nb_conda_kernels
- pytest
- pip:
- oct2py
- shelves
- scikit-learn
- jupyter
- tables
- brainbox=0.0.6
- --editable ../
- --editable /home/luketaylor/PycharmProjects/StackTP
# You will have to change this to the GitHub repo or link it dynamically like above using your local paths