forked from nicholaskajoh/ivy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathivyCondaEnv.yml
58 lines (58 loc) · 1.36 KB
/
ivyCondaEnv.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
name: ivysample
channels:
- esri
- defaults
dependencies:
- ca-certificates=2020.12.8=haa95532_0
- certifi=2020.12.5=py38haa95532_0
- openssl=1.1.1i=h2bbff1b_0
- pip=20.3.3=py38haa95532_0
- python=3.8.5=h5fd99cc_1
- setuptools=51.1.2=py38haa95532_3
- sqlite=3.33.0=h2a8f88b_0
- vc=14.2=h21ff451_1
- vs2015_runtime=14.27.29016=h5e58377_2
- wheel=0.36.2=pyhd3eb1b0_0
- wincertstore=0.2=py38_0
- zlib=1.2.11=h62dcd97_4
- pip:
- astroid==2.4.2
- atomicwrites==1.4.0
- attrs==20.3.0
- colorama==0.4.4
- coverage==5.3.1
- cycler==0.10.0
- decorator==4.4.2
- imageio==2.9.0
- iniconfig==1.1.1
- isort==5.7.0
- joblib==1.0.0
- kiwisolver==1.3.1
- lazy-object-proxy==1.4.3
- matplotlib==3.3.3
- mccabe==0.6.1
- networkx==2.5
- numpy==1.19.5
- opencv-contrib-python==4.5.1.48
- opencv-python==4.5.1.48
- packaging==20.8
- pathlib2==2.3.5
- pillow==8.1.0
- pluggy==0.13.1
- py==1.10.0
- pylint==2.6.0
- pyparsing==2.4.7
- pytest==6.2.1
- pytest-cov==2.10.1
- python-dateutil==2.8.1
- python-dotenv==0.15.0
- python-json-logger==2.0.1
- pywavelets==1.1.1
- scikit-image==0.18.1
- scipy==1.6.0
- six==1.15.0
- tifffile==2021.1.11
- toml==0.10.2
- wrapt==1.12.1
- yolo-v4==0.5
prefix: C:\Users\msche\anaconda3\envs\ivysample