freemt
commited on
Commit
·
151da44
1
Parent(s):
aea5589
Update requirements.txt
Browse files- requirements.txt +126 -5
requirements.txt
CHANGED
@@ -1,8 +1,129 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
icecream==2.1.2
|
|
|
|
|
|
|
5 |
install==1.3.5; python_version >= "3.5"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
logzero==1.7.0
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==4.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
2 |
+
appnope==0.1.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8" and platform_system == "Darwin" and sys_platform == "darwin"
|
3 |
+
argon2-cffi-bindings==21.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
4 |
+
argon2-cffi==21.3.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
5 |
+
asttokens==2.0.5; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version < "4.0" and python_version >= "3.8"
|
6 |
+
attrs==21.4.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
7 |
+
backcall==0.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
8 |
+
backports.zoneinfo==0.2.1; python_full_version >= "3.7.1" and python_version < "3.9" and python_version >= "3.6"
|
9 |
+
beautifulsoup4==4.11.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
10 |
+
bleach==5.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
11 |
+
blinker==1.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
12 |
+
cachetools==5.1.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.1"
|
13 |
+
cchardet==2.1.7
|
14 |
+
certifi==2022.5.18; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
15 |
+
cffi==1.15.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and implementation_name == "pypy"
|
16 |
+
charset-normalizer==2.0.12; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
17 |
+
click==8.0.4; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
|
18 |
+
cmat2aset==0.1.0a7; python_full_version >= "3.8.3" and python_version < "4.0" and python_full_version < "4.0.0"
|
19 |
+
colorama==0.4.4; python_full_version >= "3.8.3" and sys_platform == "win32" and python_full_version < "4.0.0" and python_version < "4.0" and python_version >= "3.8" and platform_system == "Windows"
|
20 |
+
debugpy==1.6.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
21 |
+
decorator==5.1.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
22 |
+
defusedxml==0.7.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
23 |
+
entrypoints==0.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
24 |
+
environs==9.5.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
25 |
+
executing==0.8.3; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version < "4.0" and python_version >= "3.8"
|
26 |
+
ezbee==0.1.0a3; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
27 |
+
fast-scores==0.1.3a3; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
28 |
+
fastjsonschema==2.15.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
29 |
+
fastlid==0.1.7; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
30 |
+
fasttext==0.9.2; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
31 |
+
gitdb==4.0.9; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
32 |
+
gitpython==3.1.27; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
33 |
icecream==2.1.2
|
34 |
+
idna==3.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
35 |
+
importlib-metadata==4.11.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
36 |
+
importlib-resources==5.7.1; python_full_version >= "3.7.1" and python_version < "3.9" and python_version >= "3.7"
|
37 |
install==1.3.5; python_version >= "3.5"
|
38 |
+
ipykernel==6.13.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
39 |
+
ipython-genutils==0.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
40 |
+
ipython==8.3.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
41 |
+
ipywidgets==7.7.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
42 |
+
jedi==0.18.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
43 |
+
jinja2==3.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
|
44 |
+
joblib==1.1.0; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
45 |
+
jsonschema==4.5.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
46 |
+
jupyter-client==7.3.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
47 |
+
jupyter-core==4.10.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
48 |
+
jupyterlab-pygments==0.2.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
49 |
+
jupyterlab-widgets==1.1.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
50 |
logzero==1.7.0
|
51 |
+
markupsafe==2.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
|
52 |
+
marshmallow==3.15.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
53 |
+
matplotlib-inline==0.1.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
54 |
+
mistune==0.8.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
55 |
+
morfessor==2.0.6; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
56 |
+
msgpack==1.0.3; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
57 |
+
nbclient==0.6.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
58 |
+
nbconvert==6.5.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
59 |
+
nbformat==5.4.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
60 |
+
nest-asyncio==1.5.5; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
61 |
+
nltk==3.7; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
62 |
+
notebook==6.4.11; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
63 |
+
numpy==1.22.3
|
64 |
+
packaging==21.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.7" and python_full_version < "4.0.0"
|
65 |
+
pandas==1.4.2; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
|
66 |
+
pandocfilters==1.5.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
67 |
+
parso==0.8.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
68 |
+
pexpect==4.8.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8" and sys_platform != "win32"
|
69 |
+
pickleshare==0.7.5; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
70 |
+
pillow==9.1.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
71 |
+
polyglot==16.7.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
72 |
+
prometheus-client==0.14.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
73 |
+
prompt-toolkit==3.0.29; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
74 |
+
protobuf==3.20.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
75 |
+
psutil==5.9.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
76 |
+
ptyprocess==0.7.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8" and sys_platform != "win32" and os_name != "nt"
|
77 |
+
pure-eval==0.2.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
78 |
+
py==1.11.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and implementation_name == "pypy"
|
79 |
+
pyarrow==8.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
80 |
+
pybind11==2.9.2; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
81 |
+
pycparser==2.21; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and implementation_name == "pypy"
|
82 |
+
pydeck==0.7.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
83 |
+
pygments==2.12.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version < "4.0" and python_version >= "3.8"
|
84 |
+
pympler==1.0.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
85 |
+
pyparsing==3.0.9; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.7" and python_full_version < "4.0.0"
|
86 |
+
pyrsistent==0.18.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
87 |
+
python-dateutil==2.8.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
88 |
+
python-dotenv==0.19.2; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.6" and python_full_version < "4.0.0"
|
89 |
+
pytz-deprecation-shim==0.1.0.post0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
90 |
+
pytz==2022.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
91 |
+
pywin32==304; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
92 |
+
pywinpty==2.0.5; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7" and os_name == "nt"
|
93 |
+
pyzmq==22.3.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
94 |
+
regex==2022.4.24; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
95 |
+
requests==2.27.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
96 |
+
scikit-learn==1.1.1; python_full_version >= "3.8.3" and python_version < "4.0" and python_full_version < "4.0.0" and python_version >= "3.8"
|
97 |
+
scipy==1.6.1; python_full_version >= "3.8.3" and python_version < "4.0" and python_full_version < "4.0.0" and python_version >= "3.8"
|
98 |
+
semver==2.13.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
99 |
+
send2trash==1.8.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
100 |
+
set-loglevel==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
101 |
+
simplejson==3.17.6; python_full_version >= "3.7.1" and python_version < "4.0"
|
102 |
+
simplemma==0.3.0; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
103 |
+
six==1.16.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
104 |
+
sklearn==0.0; python_full_version >= "3.8.3" and python_version < "4.0" and python_full_version < "4.0.0" and python_version >= "3.8"
|
105 |
+
smmap==5.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
106 |
+
soupsieve==2.3.2.post1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
107 |
+
stack-data==0.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
108 |
+
streamlit-aggrid==0.2.3.post2; python_full_version >= "3.7.1" and python_version < "4.0"
|
109 |
+
streamlit-multipage==0.0.18; python_version >= "3.6"
|
110 |
+
streamlit==1.9.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
111 |
+
terminado==0.15.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
112 |
+
threadpoolctl==3.1.0; python_full_version >= "3.8.3" and python_version < "4.0" and python_full_version < "4.0.0" and python_version >= "3.8"
|
113 |
+
tinycss2==1.1.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
114 |
+
toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
115 |
+
toolz==0.11.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
116 |
+
tornado==6.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
117 |
+
tqdm==4.64.0; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
118 |
+
traitlets==5.2.1.post0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
119 |
+
typer==0.4.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
120 |
+
tzdata==2022.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6" and platform_system == "Windows"
|
121 |
+
tzlocal==4.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
122 |
+
urllib3==1.26.9; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.6"
|
123 |
+
validators==0.19.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
124 |
+
watchdog==2.1.8; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6" and platform_system != "Darwin"
|
125 |
+
wcwidth==0.2.5; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
|
126 |
+
webencodings==0.5.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
127 |
+
widgetsnbextension==3.6.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
128 |
+
xlsxwriter==3.0.3; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.4"
|
129 |
+
zipp==3.8.0; python_full_version >= "3.7.1" and python_version < "3.9" and python_version >= "3.7"
|