mirror of
https://github.com/samsledje/D-SCRIPT.git
synced 2026-06-04 23:14:22 +08:00
25 lines
305 B
YAML
25 lines
305 B
YAML
name: dscript
|
|
|
|
channels:
|
|
- pytorch
|
|
- conda-forge
|
|
- defaults
|
|
|
|
dependencies:
|
|
- pip=20.0
|
|
- cudatoolkit=10.2
|
|
- python=3.7
|
|
- pytorch-lightning
|
|
- pytorch=1.11
|
|
- biopython
|
|
- h5py
|
|
- matplotlib
|
|
- numpy
|
|
- omegaconf
|
|
- pandas
|
|
- scikit-learn
|
|
- scipy
|
|
- seaborn
|
|
- setuptools
|
|
- tqdm
|