-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yaml
105 lines (105 loc) · 2.76 KB
/
environment.yaml
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
103
104
105
name: py39
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- ca-certificates=2023.01.10=h06a4308_0
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.4.4=h6a678d5_0
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libstdcxx-ng=11.2.0=h1234567_1
- ncurses=6.4=h6a678d5_0
- openssl=1.1.1t=h7f8727e_0
- pip=23.0.1=py39h06a4308_0
- python=3.9.16=h7a1cb2a_2
- readline=8.2=h5eee18b_0
- sqlite=3.41.2=h5eee18b_0
- tk=8.6.12=h1ccaba5_0
- wheel=0.38.4=py39h06a4308_0
- xz=5.4.2=h5eee18b_0
- zlib=1.2.13=h5eee18b_0
- pip:
- aiohttp==3.8.4
- aiosignal==1.3.1
- aircv==1.4.6
- alibabacloud-credentials==0.3.2
- alibabacloud-dysmsapi20170525==2.0.23
- alibabacloud-endpoint-util==0.0.3
- alibabacloud-gateway-spi==0.0.1
- alibabacloud-openapi-util==0.2.1
- alibabacloud-tea==0.3.2
- alibabacloud-tea-openapi==0.3.7
- alibabacloud-tea-util==0.3.8
- alibabacloud-tea-xml==0.0.2
- async-timeout==4.0.2
- attrs==23.1.0
- certifi==2023.5.7
- cffi==1.15.1
- chardet==5.1.0
- charset-normalizer==2.1.1
- chinesecalendar==1.8.0
- click==8.1.3
- cnocr==2.2.2.3
- cnstd==1.2.2
- coloredlogs==15.0.1
- contourpy==1.0.7
- cryptography==40.0.2
- cycler==0.11.0
- distlib==0.3.6
- filelock==3.12.0
- flatbuffers==23.3.3
- fonttools==4.39.3
- frozenlist==1.3.3
- fsspec==2023.4.0
- humanfriendly==10.0
- idna==3.4
- importlib-resources==5.12.0
- jinja2==3.1.2
- kiwisolver==1.4.4
- lightning-utilities==0.8.0
- markupsafe==2.1.2
- matplotlib==3.7.1
- mpmath==1.2.1
- multidict==6.0.4
- networkx==3.0
- numpy==1.24.3
- onnx==1.13.1
- onnxruntime==1.14.1
- opencv-python==4.7.0.72
- packaging==23.1
- pandas==2.0.1
- pillow==9.3.0
- platformdirs==3.5.1
- polygon3==3.0.9.1
- protobuf==3.20.3
- pure-python-adb==0.3.0.dev0
- pyclipper==1.3.0.post4
- pycparser==2.21
- pyparsing==3.0.9
- python-dateutil==2.8.2
- pytorch-lightning==2.0.2
- pytz==2023.3
- pyyaml==6.0
- requests==2.28.1
- scipy==1.10.1
- seaborn==0.12.2
- setuptools==67.7.2
- shapely==2.0.1
- six==1.16.0
- sympy==1.11.1
- torch==2.0.1+cpu
- torchaudio==2.0.2+cpu
- torchmetrics==0.11.4
- torchvision==0.15.2+cpu
- tqdm==4.65.0
- typing-extensions==4.4.0
- tzdata==2023.3
- unidecode==1.3.6
- urllib3==1.26.13
- virtualenv==20.23.0
- virtualenv-clone==0.5.7
- yarl==1.9.2
- zipp==3.15.0
prefix: /root/miniconda3/envs/py39