-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgnr.env.yml
78 lines (65 loc) · 1.96 KB
/
gnr.env.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
name: gnr
channels:
- pytorch
- conda-forge
- fastai
- dsm-72
dependencies:
- python>=3.10
# Utilities
# --------------------------------------------------------------------------------
- tqdm
- pyyaml
# Scripting
# --------------------------------------------------------------------------------
- rich
- typer
- conda-forge::questionary
# Packaging
# --------------------------------------------------------------------------------
# NOTE: for uploading to PyPI
- twine
# NOTE: for uploading to Anaconda Cloud
- anaconda-client
# NOTE: for building conda packages and conda-plugins
- conda
# Jupyter Notebooks
# --------------------------------------------------------------------------------
- conda-forge::notebook
- conda-forge::ipykernel
- conda-forge::ipywidgets
- conda-forge::jupyterlab
# nbdev
# --------------------------------------------------------------------------------
- fastai::nbdev>=2.3.12
# Settings
# --------------------------------------------------------------------------------
# NOTE: for converting environment.yml to requirements for settings.ini
- dsm-72::env2ini
# NOTE: for quickly generating environments
- dsm-72::litenv
# PyTorch & Deep Learning
# --------------------------------------------------------------------------------
- pytorch
- pytorch-lightning
# Data Science
# --------------------------------------------------------------------------------
- conda-forge::scikit-learn
- pandas
- numpy
- scipy
# Plotting
# --------------------------------------------------------------------------------
- conda-forge::matplotlib
- conda-forge::seaborn
# Single-Cell
# --------------------------------------------------------------------------------
- conda-forge::scanpy
- conda-forge::anndata
- pip
- pip:
# Krishnaswamy Lab
# ------------------------------------------------------------------------------
# NOTE: phate requires s_gd2 which is not built for ARM (e.g. Apple Silicon) on
# conda-forge. You can install it via pip.
- phate