-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathenv.yml
More file actions
40 lines (34 loc) · 688 Bytes
/
Copy pathenv.yml
File metadata and controls
40 lines (34 loc) · 688 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
40
name: enhancers
channels:
- conda-forge
- bioconda
dependencies:
- python=3.12
- pandas
- matplotlib
- seaborn
- tqdm
- jupyter
- ipykernel
- pytest
- h5py
- pyfaidx
- hydra-zen
- wandb
- plotly
- gcc_linux-64
- gxx_linux-64
- sysroot_linux-64
- pip
- pip:
# Use extra-index-url to allow searching PyPI and PyTorch
- "--extra-index-url https://download.pytorch.org/whl/cu124"
# Deep Learning Framework
- "torch==2.5.1+cu124"
- "torchvision==0.20.1+cu124"
- "torchaudio==2.5.1+cu124"
- lightning
- alphagenome-pytorch
# Local editable installs
- "-e ."
- "-e .."