-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yaml
More file actions
39 lines (39 loc) · 870 Bytes
/
environment.yaml
File metadata and controls
39 lines (39 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: LieBN
channels:
- conda-forge
- defaults
dependencies:
# basic programs
- python==3.8.*
- pip
# scientific python base packages
- numpy==1.20.*
- pandas==1.2.*
- scipy==1.6.*
# jupyter notebooks
- ipykernel
- notebook
- jupyterlab
- nb_conda_kernels
# python visualization
- matplotlib==3.4.*
- seaborn==0.11.*
# machine learning
- scikit-learn==1.0.*
- pytorch==2.2.*
- torchvision==0.17.*
- skorch==0.11.*
- pip:
# tensorboard
- tensorboard==2.14.*
# m/eeg analysis
- mne==0.22.*
- moabb==0.4.*
# command line interfacing
- hydra-core==1.3.*
- hydra-joblib-launcher==1.2.*
# machine learning
- pyriemann==0.2.*
- git+https://github.com/geoopt/geoopt.git@524330b11c0f9f6046bda59fe334803b4b74e13e
# this package
- -e .