Skip to content

Instantly share code, notes, and snippets.

@sylvchev
Last active March 16, 2022 10:22
Show Gist options
  • Save sylvchev/4d04fd88d6f382d936a3ca56294f8393 to your computer and use it in GitHub Desktop.
Save sylvchev/4d04fd88d6f382d936a3ca56294f8393 to your computer and use it in GitHub Desktop.
MOABB conda env
name: moabb
channels:
- conda-forge
- defaults
dependencies:
- python>=3.9
- numpy
- scipy
- scikit-learn
- mne
- matplotlib
- seaborn
- pandas
- pooch
- jupyter
- ipython
- tqdm
- pip
- pip:
- pyriemann
- moabb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment