jeremyLE-Ekimetrics commited on
Commit
ac2ce0a
1 Parent(s): 118531f
Files changed (1) hide show
  1. requirements.txt +133 -132
requirements.txt CHANGED
@@ -1,133 +1,134 @@
1
 
2
- aiohttp==3.8.3
3
- aiosignal==1.3.1
4
- antlr4-python3-runtime==4.9.3
5
- appdirs==1.4.4
6
- argh==0.26.2
7
- async-timeout==4.0.2
8
- atomicwrites==1.4.0
9
- attrs==19.3.0
10
- backports.weakref==1.0.post1
11
- bkcharts==0.2
12
- black==19.10b0
13
- boto==2.49.0
14
- bqplot==0.12.36
15
- branca==0.6.0
16
- brotlipy==0.7.0
17
- cachetools==5.3.0
18
- certifi==2021.10.8
19
- click==8.0.3
20
- colour==0.1.5
21
- comtypes==1.1.10
22
- cycler==0.10.0
23
- cytoolz==0.11.0
24
- daal4py==2021.3.0
25
- dask==2021.10.0
26
- earthengine-api==0.1.338
27
- ee-extra==0.0.15
28
- eerepr==0.0.4
29
- entrypoints==0.3
30
- et-xmlfile==1.1.0
31
- export==0.2.0
32
- ffmpeg-python==0.2.0
33
- folium==0.14.0
34
- fonttools==4.25.0
35
- frozenlist==1.3.3
36
- gdown==4.6.0
37
- geeadd==0.5.6
38
- geemap==0.19.6
39
- geocoder==1.38.1
40
- geojson==3.0.0
41
- google-api-core==2.11.0
42
- google-api-python-client==2.74.0
43
- google-auth==2.16.0
44
- google-auth-httplib2==0.1.0
45
- google-auth-oauthlib==0.4.6
46
- google-cloud-core==2.3.2
47
- google-cloud-storage==2.7.0
48
- google-crc32c==1.5.0
49
- google-resumable-media==2.4.1
50
- googleapis-common-protos==1.58.0
51
- grpcio==1.51.1
52
- httplib2==0.21.0
53
- hydra-client==0.5.1
54
- hydra-core==1.3.1
55
- inflection==0.5.1
56
- ipyevents==2.0.1
57
- ipyfilechooser==0.6.0
58
- ipyleaflet==0.17.2
59
- ipytree==0.2.2
60
- lightning-utilities==0.6.0.post0
61
- llvmlite==0.37.0
62
- locket==0.2.1
63
- logzero==1.7.0
64
- Markdown==3.4.1
65
- mccabe==0.6.1
66
- mkl-fft==1.3.1
67
- mkl-service==2.4.0
68
- mpmath==1.2.1
69
- multidict==6.0.4
70
- munkres==1.1.4
71
- mypy-extensions==0.4.3
72
- nltk==3.6.5
73
- oauthlib==3.2.2
74
- omegaconf==2.3.0
75
- pathspec==0.7.0
76
- patsy==0.5.2
77
- pep8==1.7.1
78
- Pillow==8.4.0
79
- pkginfo==1.7.1
80
- plotly==5.13.0
81
- ply==3.11
82
- protobuf==3.20.3
83
- pyasn1==0.4.8
84
- pyasn1-modules==0.2.8
85
- pycosat==0.6.3
86
- PyCRS==1.0.2
87
- pycurl==7.44.1
88
- pyls-spyder==0.4.0
89
- pyperclip==1.8.2
90
- pyreadline==2.1
91
- pyshp==2.3.1
92
- pytest==6.2.4
93
- python-box==6.1.0
94
- python-lsp-jsonrpc==1.0.0
95
- python-lsp-server==1.2.4
96
- pytorch-lightning==1.9.0
97
- pytz==2021.3
98
- PyYAML==6.0
99
- ratelim==0.1.6
100
- requests-oauthlib==1.3.1
101
- rsa==4.9
102
- sankee==0.2.1
103
- scikit-image==0.18.3
104
- scooby==0.7.1
105
- simplegeneric==0.8.1
106
- Sphinx==4.2.0
107
- statsmodels==0.12.2
108
- tables==3.6.1
109
- tenacity==8.1.0
110
- tensorboard==2.11.2
111
- tensorboard-data-server==0.6.1
112
- tensorboard-plugin-wit==1.8.1
113
- terminado==0.9.4
114
- torch==1.13.1
115
- torchaudio==0.13.1
116
- torchmetrics==0.11.0
117
- torchvision==0.14.1
118
- traittypes==0.2.1
119
- typing_extensions==4.4.0
120
- unicodecsv==0.14.1
121
- uritemplate==4.1.1
122
- urllib3==1.26.7
123
- webencodings==0.5.1
124
- wget==3.2
125
- whitebox==2.2.0
126
- whiteboxgui==2.2.0
127
- win-unicode-console==0.5
128
- wincertstore==0.2
129
- xlwt==1.3.0
130
- xyzservices==2022.9.0
131
- yarl==1.8.2
132
- zict==2.0.0
133
- zope.event==4.5.0
 
 
1
 
2
+ # aiohttp==3.8.3
3
+ # aiosignal==1.3.1
4
+ # antlr4-python3-runtime==4.9.3
5
+ # appdirs==1.4.4
6
+ # argh==0.26.2
7
+ # async-timeout==4.0.2
8
+ # atomicwrites==1.4.0
9
+ # attrs==19.3.0
10
+ # backports.weakref==1.0.post1
11
+ # bkcharts==0.2
12
+ # black==19.10b0
13
+ # boto==2.49.0
14
+ # bqplot==0.12.36
15
+ # branca==0.6.0
16
+ # brotlipy==0.7.0
17
+ # cachetools==5.3.0
18
+ # certifi==2021.10.8
19
+ # click==8.0.3
20
+ # colour==0.1.5
21
+ # comtypes==1.1.10
22
+ # cycler==0.10.0
23
+ # cytoolz==0.11.0
24
+ # daal4py==2021.3.0
25
+ # dask==2021.10.0
26
+ # earthengine-api==0.1.338
27
+ # ee-extra==0.0.15
28
+ # eerepr==0.0.4
29
+ # entrypoints==0.3
30
+ # et-xmlfile==1.1.0
31
+ # export==0.2.0
32
+ # ffmpeg-python==0.2.0
33
+ # folium==0.14.0
34
+ # fonttools==4.25.0
35
+ # frozenlist==1.3.3
36
+ # gdown==4.6.0
37
+ # geeadd==0.5.6
38
+ # geemap==0.19.6
39
+ # geocoder==1.38.1
40
+ # geojson==3.0.0
41
+ # google-api-core==2.11.0
42
+ # google-api-python-client==2.74.0
43
+ # google-auth==2.16.0
44
+ # google-auth-httplib2==0.1.0
45
+ # google-auth-oauthlib==0.4.6
46
+ # google-cloud-core==2.3.2
47
+ # google-cloud-storage==2.7.0
48
+ # google-crc32c==1.5.0
49
+ # google-resumable-media==2.4.1
50
+ # googleapis-common-protos==1.58.0
51
+ # grpcio==1.51.1
52
+ # httplib2==0.21.0
53
+ # hydra-client==0.5.1
54
+ # hydra-core==1.3.1
55
+ # inflection==0.5.1
56
+ # ipyevents==2.0.1
57
+ # ipyfilechooser==0.6.0
58
+ # ipyleaflet==0.17.2
59
+ # ipytree==0.2.2
60
+ # lightning-utilities==0.6.0.post0
61
+ # llvmlite==0.37.0
62
+ # locket==0.2.1
63
+ # logzero==1.7.0
64
+ # Markdown==3.4.1
65
+ # mccabe==0.6.1
66
+ # mkl-fft==1.3.1
67
+ # mkl-service==2.4.0
68
+ # mpmath==1.2.1
69
+ # multidict==6.0.4
70
+ # munkres==1.1.4
71
+ # mypy-extensions==0.4.3
72
+ # nltk==3.6.5
73
+ # oauthlib==3.2.2
74
+ # omegaconf==2.3.0
75
+ # pathspec==0.7.0
76
+ # patsy==0.5.2
77
+ # pep8==1.7.1
78
+ # Pillow==8.4.0
79
+ # pkginfo==1.7.1
80
+ # plotly==5.13.0
81
+ # ply==3.11
82
+ # protobuf==3.20.3
83
+ # pyasn1==0.4.8
84
+ # pyasn1-modules==0.2.8
85
+ # pycosat==0.6.3
86
+ # PyCRS==1.0.2
87
+ # pycurl==7.44.1
88
+ # pyls-spyder==0.4.0
89
+ # pyperclip==1.8.2
90
+ # pyreadline==2.1
91
+ # pyshp==2.3.1
92
+ # pytest==6.2.4
93
+ # python-box==6.1.0
94
+ # python-lsp-jsonrpc==1.0.0
95
+ # python-lsp-server==1.2.4
96
+ # pytorch-lightning==1.9.0
97
+ # pytz==2021.3
98
+ # PyYAML==6.0
99
+ # ratelim==0.1.6
100
+ # requests-oauthlib==1.3.1
101
+ # rsa==4.9
102
+ # sankee==0.2.1
103
+ # scikit-image==0.18.3
104
+ # scooby==0.7.1
105
+ # simplegeneric==0.8.1
106
+ # Sphinx==4.2.0
107
+ # statsmodels==0.12.2
108
+ # tables==3.6.1
109
+ # tenacity==8.1.0
110
+ # tensorboard==2.11.2
111
+ # tensorboard-data-server==0.6.1
112
+ # tensorboard-plugin-wit==1.8.1
113
+ # terminado==0.9.4
114
+ # torch==1.13.1
115
+ # torchaudio==0.13.1
116
+ # torchmetrics==0.11.0
117
+ # torchvision==0.14.1
118
+ # traittypes==0.2.1
119
+ # typing_extensions==4.4.0
120
+ # unicodecsv==0.14.1
121
+ # uritemplate==4.1.1
122
+ # urllib3==1.26.7
123
+ # webencodings==0.5.1
124
+ # wget==3.2
125
+ # whitebox==2.2.0
126
+ # whiteboxgui==2.2.0
127
+ # win-unicode-console==0.5
128
+ # wincertstore==0.2
129
+ # xlwt==1.3.0
130
+ # xyzservices==2022.9.0
131
+ # yarl==1.8.2
132
+ # zict==2.0.0
133
+ # zope.event==4.5.0
134
+ gradio