-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
102 lines (102 loc) · 1.55 KB
/
environment.yml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
name: pgan-env
channels:
- defaults
- simpleitk
- pytorch
- conda-forge
- anaconda
dependencies:
- python>=3.7
- pip
- wheel
- tensorflow
- tensorboard
- torchvision>=0.5
- cudatoolkit=10.1
- pytorch
- mlflow
- dash
- dask-core=2.12.0
- decorator
- defusedxml
- entrypoints
- graphite2>=1.3
- grpcio=1.16.1
- h5py
- hdf5
- imageio>=2.6.1
- importlib_metadata>=1.5.0
- ipykernel
- ipython
- ipython_genutils
- ipywidgets
- jedi
- jinja2
- joblib
- json5
- jsonschema
- jupyter_client
- jupyter_core
- jupyterlab
- jupyterlab_server
- nbconvert
- kiwisolver
- markdown
- markupsafe
- matplotlib>=3.1.3
- memory_profiler
- numpy>=1.18.1
- mistune>=0.8.4
- nbformat>=5.0
- networkx>=2.4
- ninja
- notebook>=6.0
- olefile>=0.46
- opencv>=3.4
- opt_einsum=3.1.0
- pandas>=1.0
- pandoc>=2.2
- pandocfilters
- parso=0.6.1
- pexpect>=4.8
- pickleshare=0.7
- pillow>=7.0
- pixman
- plotly>=4.5
- prometheus_client
- protobuf
- py-opencv
- pydicom
- pygments
- pyparsing
- pyrsistent
- python-dateutil
- pytz>=2019.3
- pywavelets>=1.1.1
- pyzmq>=18.1.1
- retrying>=1.3.3
- scikit-image>=0.16
- scikit-learn>=0.22
- scikit-plot>=0.3
- scipy>=1.4
- seaborn>=0.10.0
- setuptools
- simpleitk>=1.2.4
- six
- sqlite
- testpath>=0.4
- toolz>=0.10
- tqdm
- traitlets
- wcwidth
- webencodings
- werkzeug
- widgetsnbextension
- wrapt
- zeromq
- zipp
- zstd
- pycodestyle=2.5.0
- pylint=2.4.4
- pytest
- pytest-cov