a | b/setup/conda_env.yaml | ||
---|---|---|---|
1 | #$ conda env create --file conda-env.yaml |
||
2 | name: deepslide_env |
||
3 | channels: |
||
4 | - conda-forge |
||
5 | - pytorch |
||
6 | dependencies: |
||
7 | - python=3.9 |
||
8 | - torchvision |
||
9 | - cudatoolkit=11.3 |
||
10 | - pandas |
||
11 | - matplotlib |
||
12 | - scikit-learn |
||
13 | - scikit-image |
||
14 | - pip |
||
15 | - pip: |
||
16 | - -r pip-requirements.txt |