-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmousert-gpu.yaml
34 lines (34 loc) · 1010 Bytes
/
mousert-gpu.yaml
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
# prereqs: build-essential (on ubuntu run sudo apt install build-essential)
# run: conda env create --file mousert-gpu.yaml
name: mouse-rt-simulate-gpu
channels:
- conda-forge
dependencies:
- python==3.7.13
- requests
- future
- numpy
- cython
- ipywidgets
- tensorflow-gpu<=1.15
- pip
- pip:
- "pyhsmm @ git+https://github.com/mattjj/pyhsmm.git@master"
- "pybasicbayes @ git+https://github.com/mattjj/pybasicbayes.git@master"
- "autoregressive @ git+https://github.com/dattalab/pyhsmm-autoregressive.git@master"
- "mouse-rt @ git+https://github.com/dattalab/mouse-rt@master"
- h5py==2.10.0
- ipykernel
- seaborn
- opencv-python-headless
- "dask[complete]<=2022.04.0"
- dask_jobqueue
- pandas==1.3.5
- click<8.1
- ruamel.yaml
- matplotlib
- joblib
- tqdm
- toml
- pyarrow
- scipy