-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
45 lines (45 loc) · 905 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
35
36
37
38
39
40
41
42
43
44
45
name: spacejam
channels:
- conda-forge
- defaults
- bioconda
dependencies:
- python = 3.7
- pip
- rpy2
- r-base
- r-lme4
- r-data.table
- pytest >= 6.2.2
- numpy >= 1.18.5
- pandas >= 1.0.4
- jupyter >= 1.0.0
- ipykernel >= 5.3.4
- leidenalg >= 0.8.0
- python-igraph >= 0.8.2
- nose >= 1.3.7
- scanpy >= 1.5.1
- scipy >= 1.4.1
- louvain >= 0.6.1
- hyperopt >= 0.2.4
- loompy >= 2.0.16
- cmake >= 3.17.0
- dill >= 0.3.1
- ipython >= 7.15.0
- bbknn >= 1.3.9
- seaborn >= 0.10.1
- matplotlib >= 3.2.1
- request >= 2.83.1
- mkl-service >= 2.3.0
- pygpu >= 0.7.6
- cython >= 0.29.17
- pip:
- plotnine==0.7.0
- arviz==0.10.0
- pymc3>=3.8,<3.10
- torch>=1.5.0
- pyro-ppl>=1.3.1
- git+https://github.com/BayraktarLab/cell2location.git
- diffxpy
- adjustText
- git+https://github.com/BayraktarLab/CountCorrect/