freemt commited on
Commit
3720a0e
·
1 Parent(s): 8517064
.github/workflows/routine-tests.yml CHANGED
@@ -10,7 +10,8 @@ jobs:
10
  matrix:
11
  python-version: [3.8]
12
  poetry-version: [1.1.2]
13
- os: [ubuntu-18.04, macos-latest, windows-latest]
 
14
  runs-on: ${{ matrix.os }}
15
  steps:
16
  - uses: actions/checkout@v2
 
10
  matrix:
11
  python-version: [3.8]
12
  poetry-version: [1.1.2]
13
+ # os: [ubuntu-18.04, macos-latest, windows-latest]
14
+ os: [ubuntu-18.04, macos-latest]
15
  runs-on: ${{ matrix.os }}
16
  steps:
17
  - uses: actions/checkout@v2
litbee/fetch_upload.py CHANGED
@@ -135,7 +135,10 @@ def fetch_upload():
135
 
136
  list1 = [elm.strip() for elm in df.text1 if elm.strip()]
137
  list2 = [elm.strip() for elm in df.text2 if elm.strip()]
138
- logger.info("Processing data...")
 
 
 
139
  if state.ns.beetype in ["ezbee", "dzbee"]:
140
  try:
141
  # aset = ezbee(
@@ -146,7 +149,8 @@ def fetch_upload():
146
  # min_samples=min_samples,
147
  )
148
  except Exception as e:
149
- logger.error("aset = ezbee(...) exc: %s", e)
 
150
  aset = ""
151
  # st.write(e)
152
  st.write("Collecting inputs...")
 
135
 
136
  list1 = [elm.strip() for elm in df.text1 if elm.strip()]
137
  list2 = [elm.strip() for elm in df.text2 if elm.strip()]
138
+ logger.debug("list1[:3]: %s", list1[:3])
139
+ logger.debug("list2[:3]: %s", list2[:3])
140
+
141
+ logger.info("Processing data... %s", state.ns.beetype)
142
  if state.ns.beetype in ["ezbee", "dzbee"]:
143
  try:
144
  # aset = ezbee(
 
149
  # min_samples=min_samples,
150
  )
151
  except Exception as e:
152
+ # logger.error("aset = ezbee(...) exc: %s", e)
153
+ logger.error("aset = globals()[state.ns.beetype](...) exc: %s", e)
154
  aset = ""
155
  # st.write(e)
156
  st.write("Collecting inputs...")
poetry.lock CHANGED
@@ -764,6 +764,21 @@ category = "main"
764
  optional = false
765
  python-versions = ">=3.6"
766
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
767
  [[package]]
768
  name = "logzero"
769
  version = "1.7.0"
@@ -1843,6 +1858,17 @@ python-versions = "*"
1843
  [package.dependencies]
1844
  notebook = ">=4.4.1"
1845
 
 
 
 
 
 
 
 
 
 
 
 
1846
  [[package]]
1847
  name = "xlsxwriter"
1848
  version = "3.0.3"
@@ -1866,7 +1892,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
1866
  [metadata]
1867
  lock-version = "1.1"
1868
  python-versions = "^3.8.3"
1869
- content-hash = "7fbe1cd54bf6ad1eb68f992dac0b0cd5a9095bfece8c31edb11e224e4e41d4f3"
1870
 
1871
  [metadata.files]
1872
  about-time = [
@@ -2226,6 +2252,10 @@ jupyterlab-widgets = [
2226
  {file = "jupyterlab_widgets-1.1.0-py3-none-any.whl", hash = "sha256:c2a9bd3789f120f64d73268c066ed3b000c56bc1dda217be5cdc43e7b4ebad3f"},
2227
  {file = "jupyterlab_widgets-1.1.0.tar.gz", hash = "sha256:d5f41bc1713795385f718d44dcba47e1e1473c6289f28a95aa6b2c0782ee372a"},
2228
  ]
 
 
 
 
2229
  logzero = [
2230
  {file = "logzero-1.7.0-py2.py3-none-any.whl", hash = "sha256:23eb1f717a2736f9ab91ca0d43160fd2c996ad49ae6bad34652d47aba908769d"},
2231
  {file = "logzero-1.7.0.tar.gz", hash = "sha256:7f73ddd3ae393457236f081ffebd044a3aa2e423a47ae6ddb5179ab90d0ad082"},
@@ -3119,6 +3149,10 @@ widgetsnbextension = [
3119
  {file = "widgetsnbextension-3.6.0-py2.py3-none-any.whl", hash = "sha256:4fd321cad39fdcf8a8e248a657202d42917ada8e8ed5dd3f60f073e0d54ceabd"},
3120
  {file = "widgetsnbextension-3.6.0.tar.gz", hash = "sha256:e84a7a9fcb9baf3d57106e184a7389a8f8eb935bf741a5eb9d60aa18cc029a80"},
3121
  ]
 
 
 
 
3122
  xlsxwriter = [
3123
  {file = "XlsxWriter-3.0.3-py3-none-any.whl", hash = "sha256:df0aefe5137478d206847eccf9f114715e42aaea077e6a48d0e8a2152e983010"},
3124
  {file = "XlsxWriter-3.0.3.tar.gz", hash = "sha256:e89f4a1d2fa2c9ea15cde77de95cd3fd8b0345d0efb3964623f395c8c4988b7f"},
 
764
  optional = false
765
  python-versions = ">=3.6"
766
 
767
+ [[package]]
768
+ name = "loguru"
769
+ version = "0.6.0"
770
+ description = "Python logging made (stupidly) simple"
771
+ category = "main"
772
+ optional = false
773
+ python-versions = ">=3.5"
774
+
775
+ [package.dependencies]
776
+ colorama = {version = ">=0.3.4", markers = "sys_platform == \"win32\""}
777
+ win32-setctime = {version = ">=1.0.0", markers = "sys_platform == \"win32\""}
778
+
779
+ [package.extras]
780
+ dev = ["colorama (>=0.3.4)", "docutils (==0.16)", "flake8 (>=3.7.7)", "tox (>=3.9.0)", "pytest (>=4.6.2)", "pytest-cov (>=2.7.1)", "black (>=19.10b0)", "isort (>=5.1.1)", "Sphinx (>=4.1.1)", "sphinx-autobuild (>=0.7.1)", "sphinx-rtd-theme (>=0.4.3)"]
781
+
782
  [[package]]
783
  name = "logzero"
784
  version = "1.7.0"
 
1858
  [package.dependencies]
1859
  notebook = ">=4.4.1"
1860
 
1861
+ [[package]]
1862
+ name = "win32-setctime"
1863
+ version = "1.1.0"
1864
+ description = "A small Python utility to set file creation time on Windows"
1865
+ category = "main"
1866
+ optional = false
1867
+ python-versions = ">=3.5"
1868
+
1869
+ [package.extras]
1870
+ dev = ["pytest (>=4.6.2)", "black (>=19.3b0)"]
1871
+
1872
  [[package]]
1873
  name = "xlsxwriter"
1874
  version = "3.0.3"
 
1892
  [metadata]
1893
  lock-version = "1.1"
1894
  python-versions = "^3.8.3"
1895
+ content-hash = "f8d280c8a7963b1fc7863c0531aa86923eb37d05e6218f24e27ee18299276c97"
1896
 
1897
  [metadata.files]
1898
  about-time = [
 
2252
  {file = "jupyterlab_widgets-1.1.0-py3-none-any.whl", hash = "sha256:c2a9bd3789f120f64d73268c066ed3b000c56bc1dda217be5cdc43e7b4ebad3f"},
2253
  {file = "jupyterlab_widgets-1.1.0.tar.gz", hash = "sha256:d5f41bc1713795385f718d44dcba47e1e1473c6289f28a95aa6b2c0782ee372a"},
2254
  ]
2255
+ loguru = [
2256
+ {file = "loguru-0.6.0-py3-none-any.whl", hash = "sha256:4e2414d534a2ab57573365b3e6d0234dfb1d84b68b7f3b948e6fb743860a77c3"},
2257
+ {file = "loguru-0.6.0.tar.gz", hash = "sha256:066bd06758d0a513e9836fd9c6b5a75bfb3fd36841f4b996bc60b547a309d41c"},
2258
+ ]
2259
  logzero = [
2260
  {file = "logzero-1.7.0-py2.py3-none-any.whl", hash = "sha256:23eb1f717a2736f9ab91ca0d43160fd2c996ad49ae6bad34652d47aba908769d"},
2261
  {file = "logzero-1.7.0.tar.gz", hash = "sha256:7f73ddd3ae393457236f081ffebd044a3aa2e423a47ae6ddb5179ab90d0ad082"},
 
3149
  {file = "widgetsnbextension-3.6.0-py2.py3-none-any.whl", hash = "sha256:4fd321cad39fdcf8a8e248a657202d42917ada8e8ed5dd3f60f073e0d54ceabd"},
3150
  {file = "widgetsnbextension-3.6.0.tar.gz", hash = "sha256:e84a7a9fcb9baf3d57106e184a7389a8f8eb935bf741a5eb9d60aa18cc029a80"},
3151
  ]
3152
+ win32-setctime = [
3153
+ {file = "win32_setctime-1.1.0-py3-none-any.whl", hash = "sha256:231db239e959c2fe7eb1d7dc129f11172354f98361c4fa2d6d2d7e278baa8aad"},
3154
+ {file = "win32_setctime-1.1.0.tar.gz", hash = "sha256:15cf5750465118d6929ae4de4eb46e8edae9a5634350c01ba582df868e932cb2"},
3155
+ ]
3156
  xlsxwriter = [
3157
  {file = "XlsxWriter-3.0.3-py3-none-any.whl", hash = "sha256:df0aefe5137478d206847eccf9f114715e42aaea077e6a48d0e8a2152e983010"},
3158
  {file = "XlsxWriter-3.0.3.tar.gz", hash = "sha256:e89f4a1d2fa2c9ea15cde77de95cd3fd8b0345d0efb3964623f395c8c4988b7f"},
pyproject.toml CHANGED
@@ -18,6 +18,7 @@ cchardet = "^2.1.7"
18
  streamlit-aggrid = "^0.2.3"
19
  ezbee = "0.1.0a3"
20
  dzbee = "^0.1.1-alpha.2"
 
21
 
22
  [tool.poe.executor]
23
  type = "poetry"
 
18
  streamlit-aggrid = "^0.2.3"
19
  ezbee = "0.1.0a3"
20
  dzbee = "^0.1.1-alpha.2"
21
+ loguru = "^0.6.0"
22
 
23
  [tool.poe.executor]
24
  type = "poetry"
requirements.txt CHANGED
@@ -1,7 +1,10 @@
 
 
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"
@@ -16,10 +19,12 @@ cffi==1.15.0; python_full_version >= "3.7.1" and python_version < "4.0" and pyth
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"
@@ -30,6 +35,7 @@ fastlid==0.1.7; python_version >= "3.8" and python_version < "4.0" and python_fu
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"
@@ -42,11 +48,13 @@ ipywidgets==7.7.0; python_full_version >= "3.7.1" and python_version < "4.0" and
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"
@@ -93,6 +101,7 @@ pywinpty==2.0.5; python_full_version >= "3.7.1" and python_version < "4.0" and p
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"
@@ -104,6 +113,7 @@ six==1.16.0; python_full_version >= "3.7.1" and python_version < "4.0" and pytho
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"
@@ -117,6 +127,7 @@ tornado==6.1; python_full_version >= "3.7.1" and python_version < "4.0" and pyth
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"
@@ -125,5 +136,6 @@ watchdog==2.1.8; python_full_version >= "3.7.1" and python_version < "4.0" and p
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"
 
1
+ about-time==3.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
2
+ alive-progress==2.4.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
3
  altair==4.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
4
  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"
5
  argon2-cffi-bindings==21.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
6
  argon2-cffi==21.3.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
7
+ aset2pairs==0.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
8
  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"
9
  attrs==21.4.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
10
  backcall==0.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
 
19
  charset-normalizer==2.0.12; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
20
  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"
21
  cmat2aset==0.1.0a7; python_full_version >= "3.8.3" and python_version < "4.0" and python_full_version < "4.0.0"
22
+ colorama==0.4.4; python_full_version >= "3.8.3" and sys_platform == "win32" and python_version >= "3.8" and python_full_version < "4.0.0" and python_version < "4.0" and platform_system == "Windows"
23
+ commonmark==0.9.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
24
  debugpy==1.6.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
25
  decorator==5.1.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
26
  defusedxml==0.7.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
27
+ dzbee==0.1.1a2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
28
  entrypoints==0.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
29
  environs==9.5.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
30
  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"
 
35
  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"
36
  gitdb==4.0.9; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
37
  gitpython==3.1.27; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
38
+ grapheme==0.6.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
39
  icecream==2.1.2
40
  idna==3.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
41
  importlib-metadata==4.11.3; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
 
48
  jedi==0.18.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
49
  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"
50
  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"
51
+ json-de2zh==0.1.1a0; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
52
  jsonschema==4.5.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
53
  jupyter-client==7.3.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
54
  jupyter-core==4.10.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
55
  jupyterlab-pygments==0.2.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
56
  jupyterlab-widgets==1.1.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
57
+ loguru==0.6.0; python_version >= "3.5"
58
  logzero==1.7.0
59
  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"
60
  marshmallow==3.15.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
 
101
  pyzmq==22.3.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
102
  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"
103
  requests==2.27.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
104
+ rich==12.4.3; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
105
  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"
106
  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"
107
  semver==2.13.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
 
113
  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"
114
  smmap==5.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
115
  soupsieve==2.3.2.post1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
116
+ split-words==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
117
  stack-data==0.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
118
  streamlit-aggrid==0.2.3.post2; python_full_version >= "3.7.1" and python_version < "4.0"
119
  streamlit-multipage==0.0.18; python_version >= "3.6"
 
127
  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"
128
  traitlets==5.2.1.post0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
129
  typer==0.4.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
130
+ typing-extensions==4.2.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version < "3.9" and python_version >= "3.7"
131
  tzdata==2022.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6" and platform_system == "Windows"
132
  tzlocal==4.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
133
  urllib3==1.26.9; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.6"
 
136
  wcwidth==0.2.5; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.8"
137
  webencodings==0.5.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
138
  widgetsnbextension==3.6.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
139
+ win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"
140
  xlsxwriter==3.0.3; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.4"
141
  zipp==3.8.0; python_full_version >= "3.7.1" and python_version < "3.9" and python_version >= "3.7"