forked from wukevin/babel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
35 lines (34 loc) · 884 Bytes
/
environment.yml
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
name: babel
channels:
- bioconda
- pytorch
- anaconda
- conda-forge
dependencies:
- python=3.7.*
- numpy=1.17.*
- pandas=0.25.*
- matplotlib
- conda-forge::mpl-scatter-density=0.7
- conda-forge::adjusttext=0.7.3.*
- conda-forge::astropy=4.0.1.*
- anaconda::scipy=1.3.*
- anaconda:scikit-learn=0.21.3
- anaconda::statsmodels=0.10.*
- pytorch::torchvision
- pytorch::pytorch=1.3.1
- anaconda::cudatoolkit=10.1.*
- conda-forge::skorch=0.7.0
- pytorch::captum=0.2.0
- anaconda::tensorboard=2.0.0
- conda-forge::jupyter
- bioconda::anndata=0.6.22.*
- bioconda::scanpy=1.4.4
- conda-forge::multicore-tsne=0.1
- conda-forge::umap-learn=0.3.10
- conda-forge::louvain=0.6.1
- conda-forge::intervaltree=3.0.*
- conda-forge::leidenalg=0.7.0
- anaconda::cached-property=1.5.*
- bioconda::ucsc-liftover=357
- conda-forge::gdown=4.0.*