-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcp_gan_env.yml
More file actions
42 lines (42 loc) · 978 Bytes
/
cp_gan_env.yml
File metadata and controls
42 lines (42 loc) · 978 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
41
42
name: cp_gan_env
channels:
- anaconda
- pytorch
- nvidia
- conda-forge
dependencies:
- conda-forge::python=3.9
- conda-forge::pip
- pytorch::pytorch
- pytorch::torchvision
- pytorch::torchaudio
- pytorch::pytorch-cuda=12.1
- conda-forge::seaborn
- conda-forge::matplotlib
- conda-forge::jupyter
- conda-forge::pre_commit
- conda-forge::pandas
- conda-forge::pillow
- conda-forge::numpy
- conda-forge::pathlib2
- conda-forge::scikit-learn
- conda-forge::opencv
- conda-forge::pyarrow
- conda-forge::ipython
- conda-forge::notebook
- conda-forge::albumentations
- conda-forge::optuna
- conda-forge::mysqlclient
- conda-forge::openjdk
- conda-forge::gtk2
- conda-forge::typing-extensions
- conda-forge::Jinja2
- conda-forge::inflect
- conda-forge::wxpython
- conda-forge::sentry-sdk
- conda-forge::timm
- conda-forge::monai
- conda-forge::pytorch-lightning
- pip:
- mlflow
- cellprofiler==4.2.8