Files
D-SCRIPT/environment.yml

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