Spaces:
Runtime error
Runtime error
sradc
commited on
Commit
•
b9691bb
1
Parent(s):
0d53a91
update requirements to match huggingface streamlit sdk version
Browse files- poetry.lock +35 -205
- pyproject.toml +1 -1
- requirements.txt +43 -9
poetry.lock
CHANGED
@@ -1,33 +1,32 @@
|
|
1 |
-
# This file is automatically @generated by Poetry and should not be changed by hand.
|
2 |
|
3 |
[[package]]
|
4 |
name = "altair"
|
5 |
-
version = "
|
6 |
-
description = "Altair: A declarative statistical visualization library for Python."
|
7 |
-
category = "main"
|
8 |
optional = false
|
9 |
python-versions = ">=3.7"
|
10 |
files = [
|
11 |
-
{file = "altair-
|
12 |
-
{file = "altair-
|
13 |
]
|
14 |
|
15 |
[package.dependencies]
|
16 |
-
entrypoints = "*"
|
17 |
jinja2 = "*"
|
18 |
jsonschema = ">=3.0"
|
19 |
numpy = "*"
|
20 |
pandas = ">=0.18"
|
21 |
toolz = "*"
|
|
|
22 |
|
23 |
[package.extras]
|
24 |
-
dev = ["black", "
|
|
|
25 |
|
26 |
[[package]]
|
27 |
name = "anyio"
|
28 |
version = "3.6.2"
|
29 |
description = "High level compatibility layer for multiple asynchronous event loop implementations"
|
30 |
-
category = "dev"
|
31 |
optional = false
|
32 |
python-versions = ">=3.6.2"
|
33 |
files = [
|
@@ -48,7 +47,6 @@ trio = ["trio (>=0.16,<0.22)"]
|
|
48 |
name = "appnope"
|
49 |
version = "0.1.3"
|
50 |
description = "Disable App Nap on macOS >= 10.9"
|
51 |
-
category = "dev"
|
52 |
optional = false
|
53 |
python-versions = "*"
|
54 |
files = [
|
@@ -60,7 +58,6 @@ files = [
|
|
60 |
name = "argon2-cffi"
|
61 |
version = "21.3.0"
|
62 |
description = "The secure Argon2 password hashing algorithm."
|
63 |
-
category = "dev"
|
64 |
optional = false
|
65 |
python-versions = ">=3.6"
|
66 |
files = [
|
@@ -80,7 +77,6 @@ tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pytest"]
|
|
80 |
name = "argon2-cffi-bindings"
|
81 |
version = "21.2.0"
|
82 |
description = "Low-level CFFI bindings for Argon2"
|
83 |
-
category = "dev"
|
84 |
optional = false
|
85 |
python-versions = ">=3.6"
|
86 |
files = [
|
@@ -118,7 +114,6 @@ tests = ["pytest"]
|
|
118 |
name = "arrow"
|
119 |
version = "1.2.3"
|
120 |
description = "Better dates & times for Python"
|
121 |
-
category = "dev"
|
122 |
optional = false
|
123 |
python-versions = ">=3.6"
|
124 |
files = [
|
@@ -133,7 +128,6 @@ python-dateutil = ">=2.7.0"
|
|
133 |
name = "asttokens"
|
134 |
version = "2.2.1"
|
135 |
description = "Annotate AST trees with source code positions"
|
136 |
-
category = "dev"
|
137 |
optional = false
|
138 |
python-versions = "*"
|
139 |
files = [
|
@@ -151,7 +145,6 @@ test = ["astroid", "pytest"]
|
|
151 |
name = "async-lru"
|
152 |
version = "2.0.2"
|
153 |
description = "Simple LRU cache for asyncio"
|
154 |
-
category = "dev"
|
155 |
optional = false
|
156 |
python-versions = ">=3.8"
|
157 |
files = [
|
@@ -166,7 +159,6 @@ typing-extensions = ">=4.0.0"
|
|
166 |
name = "attrs"
|
167 |
version = "23.1.0"
|
168 |
description = "Classes Without Boilerplate"
|
169 |
-
category = "main"
|
170 |
optional = false
|
171 |
python-versions = ">=3.7"
|
172 |
files = [
|
@@ -185,7 +177,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte
|
|
185 |
name = "babel"
|
186 |
version = "2.12.1"
|
187 |
description = "Internationalization utilities"
|
188 |
-
category = "dev"
|
189 |
optional = false
|
190 |
python-versions = ">=3.7"
|
191 |
files = [
|
@@ -197,7 +188,6 @@ files = [
|
|
197 |
name = "backcall"
|
198 |
version = "0.2.0"
|
199 |
description = "Specifications for callback functions passed in to an API"
|
200 |
-
category = "dev"
|
201 |
optional = false
|
202 |
python-versions = "*"
|
203 |
files = [
|
@@ -209,7 +199,6 @@ files = [
|
|
209 |
name = "beautifulsoup4"
|
210 |
version = "4.12.2"
|
211 |
description = "Screen-scraping library"
|
212 |
-
category = "dev"
|
213 |
optional = false
|
214 |
python-versions = ">=3.6.0"
|
215 |
files = [
|
@@ -228,7 +217,6 @@ lxml = ["lxml"]
|
|
228 |
name = "black"
|
229 |
version = "23.3.0"
|
230 |
description = "The uncompromising code formatter."
|
231 |
-
category = "dev"
|
232 |
optional = false
|
233 |
python-versions = ">=3.7"
|
234 |
files = [
|
@@ -280,7 +268,6 @@ uvloop = ["uvloop (>=0.15.2)"]
|
|
280 |
name = "bleach"
|
281 |
version = "6.0.0"
|
282 |
description = "An easy safelist-based HTML-sanitizing tool."
|
283 |
-
category = "dev"
|
284 |
optional = false
|
285 |
python-versions = ">=3.7"
|
286 |
files = [
|
@@ -299,7 +286,6 @@ css = ["tinycss2 (>=1.1.0,<1.2)"]
|
|
299 |
name = "blinker"
|
300 |
version = "1.6.2"
|
301 |
description = "Fast, simple object-to-object and broadcast signaling"
|
302 |
-
category = "main"
|
303 |
optional = false
|
304 |
python-versions = ">=3.7"
|
305 |
files = [
|
@@ -311,7 +297,6 @@ files = [
|
|
311 |
name = "brotli"
|
312 |
version = "1.0.9"
|
313 |
description = "Python bindings for the Brotli compression library"
|
314 |
-
category = "main"
|
315 |
optional = false
|
316 |
python-versions = "*"
|
317 |
files = [
|
@@ -403,7 +388,6 @@ files = [
|
|
403 |
name = "brotlicffi"
|
404 |
version = "1.0.9.2"
|
405 |
description = "Python CFFI bindings to the Brotli library"
|
406 |
-
category = "main"
|
407 |
optional = false
|
408 |
python-versions = "*"
|
409 |
files = [
|
@@ -446,7 +430,6 @@ cffi = ">=1.0.0"
|
|
446 |
name = "cachetools"
|
447 |
version = "5.3.0"
|
448 |
description = "Extensible memoizing collections and decorators"
|
449 |
-
category = "main"
|
450 |
optional = false
|
451 |
python-versions = "~=3.7"
|
452 |
files = [
|
@@ -458,7 +441,6 @@ files = [
|
|
458 |
name = "certifi"
|
459 |
version = "2023.5.7"
|
460 |
description = "Python package for providing Mozilla's CA Bundle."
|
461 |
-
category = "main"
|
462 |
optional = false
|
463 |
python-versions = ">=3.6"
|
464 |
files = [
|
@@ -470,7 +452,6 @@ files = [
|
|
470 |
name = "cffi"
|
471 |
version = "1.15.1"
|
472 |
description = "Foreign Function Interface for Python calling C code."
|
473 |
-
category = "main"
|
474 |
optional = false
|
475 |
python-versions = "*"
|
476 |
files = [
|
@@ -547,7 +528,6 @@ pycparser = "*"
|
|
547 |
name = "charset-normalizer"
|
548 |
version = "3.1.0"
|
549 |
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
550 |
-
category = "main"
|
551 |
optional = false
|
552 |
python-versions = ">=3.7.0"
|
553 |
files = [
|
@@ -632,7 +612,6 @@ files = [
|
|
632 |
name = "click"
|
633 |
version = "8.1.3"
|
634 |
description = "Composable command line interface toolkit"
|
635 |
-
category = "main"
|
636 |
optional = false
|
637 |
python-versions = ">=3.7"
|
638 |
files = [
|
@@ -647,7 +626,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
647 |
name = "colorama"
|
648 |
version = "0.4.6"
|
649 |
description = "Cross-platform colored terminal text."
|
650 |
-
category = "main"
|
651 |
optional = false
|
652 |
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
|
653 |
files = [
|
@@ -659,7 +637,6 @@ files = [
|
|
659 |
name = "comm"
|
660 |
version = "0.1.3"
|
661 |
description = "Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc."
|
662 |
-
category = "dev"
|
663 |
optional = false
|
664 |
python-versions = ">=3.6"
|
665 |
files = [
|
@@ -679,7 +656,6 @@ typing = ["mypy (>=0.990)"]
|
|
679 |
name = "debugpy"
|
680 |
version = "1.6.7"
|
681 |
description = "An implementation of the Debug Adapter Protocol for Python"
|
682 |
-
category = "dev"
|
683 |
optional = false
|
684 |
python-versions = ">=3.7"
|
685 |
files = [
|
@@ -707,7 +683,6 @@ files = [
|
|
707 |
name = "decorator"
|
708 |
version = "5.1.1"
|
709 |
description = "Decorators for Humans"
|
710 |
-
category = "main"
|
711 |
optional = false
|
712 |
python-versions = ">=3.5"
|
713 |
files = [
|
@@ -719,7 +694,6 @@ files = [
|
|
719 |
name = "defusedxml"
|
720 |
version = "0.7.1"
|
721 |
description = "XML bomb protection for Python stdlib modules"
|
722 |
-
category = "dev"
|
723 |
optional = false
|
724 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
725 |
files = [
|
@@ -727,23 +701,10 @@ files = [
|
|
727 |
{file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"},
|
728 |
]
|
729 |
|
730 |
-
[[package]]
|
731 |
-
name = "entrypoints"
|
732 |
-
version = "0.4"
|
733 |
-
description = "Discover and load entry points from installed packages."
|
734 |
-
category = "main"
|
735 |
-
optional = false
|
736 |
-
python-versions = ">=3.6"
|
737 |
-
files = [
|
738 |
-
{file = "entrypoints-0.4-py3-none-any.whl", hash = "sha256:f174b5ff827504fd3cd97cc3f8649f3693f51538c7e4bdf3ef002c8429d42f9f"},
|
739 |
-
{file = "entrypoints-0.4.tar.gz", hash = "sha256:b706eddaa9218a19ebcd67b56818f05bb27589b1ca9e8d797b74affad4ccacd4"},
|
740 |
-
]
|
741 |
-
|
742 |
[[package]]
|
743 |
name = "exceptiongroup"
|
744 |
version = "1.1.1"
|
745 |
description = "Backport of PEP 654 (exception groups)"
|
746 |
-
category = "dev"
|
747 |
optional = false
|
748 |
python-versions = ">=3.7"
|
749 |
files = [
|
@@ -758,7 +719,6 @@ test = ["pytest (>=6)"]
|
|
758 |
name = "executing"
|
759 |
version = "1.2.0"
|
760 |
description = "Get the currently executing AST node of a frame, and other information"
|
761 |
-
category = "dev"
|
762 |
optional = false
|
763 |
python-versions = "*"
|
764 |
files = [
|
@@ -773,7 +733,6 @@ tests = ["asttokens", "littleutils", "pytest", "rich"]
|
|
773 |
name = "faiss-cpu"
|
774 |
version = "1.7.4"
|
775 |
description = "A library for efficient similarity search and clustering of dense vectors."
|
776 |
-
category = "main"
|
777 |
optional = false
|
778 |
python-versions = "*"
|
779 |
files = [
|
@@ -808,7 +767,6 @@ files = [
|
|
808 |
name = "fastjsonschema"
|
809 |
version = "2.17.0"
|
810 |
description = "Fastest Python implementation of JSON schema"
|
811 |
-
category = "dev"
|
812 |
optional = false
|
813 |
python-versions = "*"
|
814 |
files = [
|
@@ -823,7 +781,6 @@ devel = ["colorama", "json-spec", "jsonschema", "pylint", "pytest", "pytest-benc
|
|
823 |
name = "filelock"
|
824 |
version = "3.12.0"
|
825 |
description = "A platform independent file lock."
|
826 |
-
category = "main"
|
827 |
optional = false
|
828 |
python-versions = ">=3.7"
|
829 |
files = [
|
@@ -839,7 +796,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "diff-cover (>=7.5)", "p
|
|
839 |
name = "fqdn"
|
840 |
version = "1.5.1"
|
841 |
description = "Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers"
|
842 |
-
category = "dev"
|
843 |
optional = false
|
844 |
python-versions = ">=2.7, !=3.0, !=3.1, !=3.2, !=3.3, !=3.4, <4"
|
845 |
files = [
|
@@ -851,7 +807,6 @@ files = [
|
|
851 |
name = "fsspec"
|
852 |
version = "2023.5.0"
|
853 |
description = "File-system specification"
|
854 |
-
category = "main"
|
855 |
optional = false
|
856 |
python-versions = ">=3.8"
|
857 |
files = [
|
@@ -887,7 +842,6 @@ tqdm = ["tqdm"]
|
|
887 |
name = "gitdb"
|
888 |
version = "4.0.10"
|
889 |
description = "Git Object Database"
|
890 |
-
category = "main"
|
891 |
optional = false
|
892 |
python-versions = ">=3.7"
|
893 |
files = [
|
@@ -902,7 +856,6 @@ smmap = ">=3.0.1,<6"
|
|
902 |
name = "gitpython"
|
903 |
version = "3.1.31"
|
904 |
description = "GitPython is a Python library used to interact with Git repositories"
|
905 |
-
category = "main"
|
906 |
optional = false
|
907 |
python-versions = ">=3.7"
|
908 |
files = [
|
@@ -917,7 +870,6 @@ gitdb = ">=4.0.1,<5"
|
|
917 |
name = "huggingface-hub"
|
918 |
version = "0.14.1"
|
919 |
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
|
920 |
-
category = "main"
|
921 |
optional = false
|
922 |
python-versions = ">=3.7.0"
|
923 |
files = [
|
@@ -949,7 +901,6 @@ typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "t
|
|
949 |
name = "idna"
|
950 |
version = "3.4"
|
951 |
description = "Internationalized Domain Names in Applications (IDNA)"
|
952 |
-
category = "main"
|
953 |
optional = false
|
954 |
python-versions = ">=3.5"
|
955 |
files = [
|
@@ -961,7 +912,6 @@ files = [
|
|
961 |
name = "importlib-metadata"
|
962 |
version = "6.6.0"
|
963 |
description = "Read metadata from Python packages"
|
964 |
-
category = "main"
|
965 |
optional = false
|
966 |
python-versions = ">=3.7"
|
967 |
files = [
|
@@ -981,7 +931,6 @@ testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packag
|
|
981 |
name = "iniconfig"
|
982 |
version = "2.0.0"
|
983 |
description = "brain-dead simple config-ini parsing"
|
984 |
-
category = "dev"
|
985 |
optional = false
|
986 |
python-versions = ">=3.7"
|
987 |
files = [
|
@@ -993,7 +942,6 @@ files = [
|
|
993 |
name = "ipykernel"
|
994 |
version = "6.23.1"
|
995 |
description = "IPython Kernel for Jupyter"
|
996 |
-
category = "dev"
|
997 |
optional = false
|
998 |
python-versions = ">=3.8"
|
999 |
files = [
|
@@ -1007,7 +955,7 @@ comm = ">=0.1.1"
|
|
1007 |
debugpy = ">=1.6.5"
|
1008 |
ipython = ">=7.23.1"
|
1009 |
jupyter-client = ">=6.1.12"
|
1010 |
-
jupyter-core = ">=4.12,<5.0.
|
1011 |
matplotlib-inline = ">=0.1"
|
1012 |
nest-asyncio = "*"
|
1013 |
packaging = "*"
|
@@ -1027,7 +975,6 @@ test = ["flaky", "ipyparallel", "pre-commit", "pytest (>=7.0)", "pytest-asyncio"
|
|
1027 |
name = "ipython"
|
1028 |
version = "8.13.2"
|
1029 |
description = "IPython: Productive Interactive Computing"
|
1030 |
-
category = "dev"
|
1031 |
optional = false
|
1032 |
python-versions = ">=3.9"
|
1033 |
files = [
|
@@ -1067,7 +1014,6 @@ test-extra = ["curio", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.21)", "pa
|
|
1067 |
name = "ipython-genutils"
|
1068 |
version = "0.2.0"
|
1069 |
description = "Vestigial utilities from IPython"
|
1070 |
-
category = "dev"
|
1071 |
optional = false
|
1072 |
python-versions = "*"
|
1073 |
files = [
|
@@ -1079,7 +1025,6 @@ files = [
|
|
1079 |
name = "isoduration"
|
1080 |
version = "20.11.0"
|
1081 |
description = "Operations with ISO 8601 durations"
|
1082 |
-
category = "dev"
|
1083 |
optional = false
|
1084 |
python-versions = ">=3.7"
|
1085 |
files = [
|
@@ -1094,7 +1039,6 @@ arrow = ">=0.15.0"
|
|
1094 |
name = "isort"
|
1095 |
version = "5.12.0"
|
1096 |
description = "A Python utility / library to sort Python imports."
|
1097 |
-
category = "dev"
|
1098 |
optional = false
|
1099 |
python-versions = ">=3.8.0"
|
1100 |
files = [
|
@@ -1112,7 +1056,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"]
|
|
1112 |
name = "jedi"
|
1113 |
version = "0.18.2"
|
1114 |
description = "An autocompletion tool for Python that can be used for text editors."
|
1115 |
-
category = "dev"
|
1116 |
optional = false
|
1117 |
python-versions = ">=3.6"
|
1118 |
files = [
|
@@ -1132,7 +1075,6 @@ testing = ["Django (<3.1)", "attrs", "colorama", "docopt", "pytest (<7.0.0)"]
|
|
1132 |
name = "jinja2"
|
1133 |
version = "3.1.2"
|
1134 |
description = "A very fast and expressive template engine."
|
1135 |
-
category = "main"
|
1136 |
optional = false
|
1137 |
python-versions = ">=3.7"
|
1138 |
files = [
|
@@ -1150,7 +1092,6 @@ i18n = ["Babel (>=2.7)"]
|
|
1150 |
name = "json5"
|
1151 |
version = "0.9.14"
|
1152 |
description = "A Python implementation of the JSON5 data format."
|
1153 |
-
category = "dev"
|
1154 |
optional = false
|
1155 |
python-versions = "*"
|
1156 |
files = [
|
@@ -1165,7 +1106,6 @@ dev = ["hypothesis"]
|
|
1165 |
name = "jsonpointer"
|
1166 |
version = "2.3"
|
1167 |
description = "Identify specific nodes in a JSON document (RFC 6901)"
|
1168 |
-
category = "dev"
|
1169 |
optional = false
|
1170 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
1171 |
files = [
|
@@ -1177,7 +1117,6 @@ files = [
|
|
1177 |
name = "jsonschema"
|
1178 |
version = "4.17.3"
|
1179 |
description = "An implementation of JSON Schema validation for Python"
|
1180 |
-
category = "main"
|
1181 |
optional = false
|
1182 |
python-versions = ">=3.7"
|
1183 |
files = [
|
@@ -1205,7 +1144,6 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-
|
|
1205 |
name = "jupyter-client"
|
1206 |
version = "8.2.0"
|
1207 |
description = "Jupyter protocol implementation and client libraries"
|
1208 |
-
category = "dev"
|
1209 |
optional = false
|
1210 |
python-versions = ">=3.8"
|
1211 |
files = [
|
@@ -1215,7 +1153,7 @@ files = [
|
|
1215 |
|
1216 |
[package.dependencies]
|
1217 |
importlib-metadata = {version = ">=4.8.3", markers = "python_version < \"3.10\""}
|
1218 |
-
jupyter-core = ">=4.12,<5.0.
|
1219 |
python-dateutil = ">=2.8.2"
|
1220 |
pyzmq = ">=23.0"
|
1221 |
tornado = ">=6.2"
|
@@ -1229,7 +1167,6 @@ test = ["coverage", "ipykernel (>=6.14)", "mypy", "paramiko", "pre-commit", "pyt
|
|
1229 |
name = "jupyter-contrib-core"
|
1230 |
version = "0.4.2"
|
1231 |
description = "Common utilities for jupyter-contrib projects."
|
1232 |
-
category = "dev"
|
1233 |
optional = false
|
1234 |
python-versions = "*"
|
1235 |
files = [
|
@@ -1250,7 +1187,6 @@ testing-utils = ["mock", "nose"]
|
|
1250 |
name = "jupyter-contrib-nbextensions"
|
1251 |
version = "0.7.0"
|
1252 |
description = "A collection of Jupyter nbextensions."
|
1253 |
-
category = "dev"
|
1254 |
optional = false
|
1255 |
python-versions = "*"
|
1256 |
files = [
|
@@ -1276,7 +1212,6 @@ test = ["mock", "nbformat", "nose", "pip", "requests"]
|
|
1276 |
name = "jupyter-core"
|
1277 |
version = "5.3.0"
|
1278 |
description = "Jupyter core package. A base package on which Jupyter projects rely."
|
1279 |
-
category = "dev"
|
1280 |
optional = false
|
1281 |
python-versions = ">=3.8"
|
1282 |
files = [
|
@@ -1297,7 +1232,6 @@ test = ["ipykernel", "pre-commit", "pytest", "pytest-cov", "pytest-timeout"]
|
|
1297 |
name = "jupyter-events"
|
1298 |
version = "0.6.3"
|
1299 |
description = "Jupyter Event System library"
|
1300 |
-
category = "dev"
|
1301 |
optional = false
|
1302 |
python-versions = ">=3.7"
|
1303 |
files = [
|
@@ -1322,7 +1256,6 @@ test = ["click", "coverage", "pre-commit", "pytest (>=7.0)", "pytest-asyncio (>=
|
|
1322 |
name = "jupyter-highlight-selected-word"
|
1323 |
version = "0.2.0"
|
1324 |
description = "Jupyter notebook extension that enables highlighting every instance of the current word in the notebook."
|
1325 |
-
category = "dev"
|
1326 |
optional = false
|
1327 |
python-versions = "*"
|
1328 |
files = [
|
@@ -1334,7 +1267,6 @@ files = [
|
|
1334 |
name = "jupyter-lsp"
|
1335 |
version = "2.1.0"
|
1336 |
description = "Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server"
|
1337 |
-
category = "dev"
|
1338 |
optional = false
|
1339 |
python-versions = ">=3.8"
|
1340 |
files = [
|
@@ -1350,7 +1282,6 @@ jupyter-server = ">=1.1.2"
|
|
1350 |
name = "jupyter-nbextensions-configurator"
|
1351 |
version = "0.6.3"
|
1352 |
description = "jupyter serverextension providing configuration interfaces for nbextensions."
|
1353 |
-
category = "dev"
|
1354 |
optional = false
|
1355 |
python-versions = "*"
|
1356 |
files = [
|
@@ -1372,7 +1303,6 @@ test = ["jupyter-contrib-core[testing-utils]", "mock", "nose", "requests", "sele
|
|
1372 |
name = "jupyter-server"
|
1373 |
version = "2.5.0"
|
1374 |
description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications."
|
1375 |
-
category = "dev"
|
1376 |
optional = false
|
1377 |
python-versions = ">=3.8"
|
1378 |
files = [
|
@@ -1385,7 +1315,7 @@ anyio = ">=3.1.0"
|
|
1385 |
argon2-cffi = "*"
|
1386 |
jinja2 = "*"
|
1387 |
jupyter-client = ">=7.4.4"
|
1388 |
-
jupyter-core = ">=4.12,<5.0.
|
1389 |
jupyter-events = ">=0.4.0"
|
1390 |
jupyter-server-terminals = "*"
|
1391 |
nbconvert = ">=6.4.4"
|
@@ -1408,7 +1338,6 @@ test = ["ipykernel", "pre-commit", "pytest (>=7.0)", "pytest-console-scripts", "
|
|
1408 |
name = "jupyter-server-terminals"
|
1409 |
version = "0.4.4"
|
1410 |
description = "A Jupyter Server Extension Providing Terminals."
|
1411 |
-
category = "dev"
|
1412 |
optional = false
|
1413 |
python-versions = ">=3.8"
|
1414 |
files = [
|
@@ -1428,7 +1357,6 @@ test = ["coverage", "jupyter-server (>=2.0.0)", "pytest (>=7.0)", "pytest-cov",
|
|
1428 |
name = "jupyterlab"
|
1429 |
version = "4.0.0"
|
1430 |
description = "JupyterLab computational environment"
|
1431 |
-
category = "dev"
|
1432 |
optional = false
|
1433 |
python-versions = ">=3.8"
|
1434 |
files = [
|
@@ -1461,7 +1389,6 @@ test = ["coverage", "pytest (>=7.0)", "pytest-check-links (>=0.7)", "pytest-cons
|
|
1461 |
name = "jupyterlab-pygments"
|
1462 |
version = "0.2.2"
|
1463 |
description = "Pygments theme using JupyterLab CSS variables"
|
1464 |
-
category = "dev"
|
1465 |
optional = false
|
1466 |
python-versions = ">=3.7"
|
1467 |
files = [
|
@@ -1473,7 +1400,6 @@ files = [
|
|
1473 |
name = "jupyterlab-server"
|
1474 |
version = "2.22.1"
|
1475 |
description = "A set of server components for JupyterLab and JupyterLab like applications."
|
1476 |
-
category = "dev"
|
1477 |
optional = false
|
1478 |
python-versions = ">=3.7"
|
1479 |
files = [
|
@@ -1500,7 +1426,6 @@ test = ["hatch", "ipykernel", "jupyterlab-server[openapi]", "openapi-spec-valida
|
|
1500 |
name = "lxml"
|
1501 |
version = "4.9.2"
|
1502 |
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
|
1503 |
-
category = "dev"
|
1504 |
optional = false
|
1505 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
|
1506 |
files = [
|
@@ -1593,7 +1518,6 @@ source = ["Cython (>=0.29.7)"]
|
|
1593 |
name = "markdown-it-py"
|
1594 |
version = "2.2.0"
|
1595 |
description = "Python port of markdown-it. Markdown parsing, done right!"
|
1596 |
-
category = "main"
|
1597 |
optional = false
|
1598 |
python-versions = ">=3.7"
|
1599 |
files = [
|
@@ -1618,7 +1542,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
|
|
1618 |
name = "markupsafe"
|
1619 |
version = "2.1.2"
|
1620 |
description = "Safely add untrusted strings to HTML/XML markup."
|
1621 |
-
category = "main"
|
1622 |
optional = false
|
1623 |
python-versions = ">=3.7"
|
1624 |
files = [
|
@@ -1678,7 +1601,6 @@ files = [
|
|
1678 |
name = "matplotlib-inline"
|
1679 |
version = "0.1.6"
|
1680 |
description = "Inline Matplotlib backend for Jupyter"
|
1681 |
-
category = "dev"
|
1682 |
optional = false
|
1683 |
python-versions = ">=3.5"
|
1684 |
files = [
|
@@ -1693,7 +1615,6 @@ traitlets = "*"
|
|
1693 |
name = "mdurl"
|
1694 |
version = "0.1.2"
|
1695 |
description = "Markdown URL utilities"
|
1696 |
-
category = "main"
|
1697 |
optional = false
|
1698 |
python-versions = ">=3.7"
|
1699 |
files = [
|
@@ -1705,7 +1626,6 @@ files = [
|
|
1705 |
name = "mistune"
|
1706 |
version = "2.0.5"
|
1707 |
description = "A sane Markdown parser with useful plugins and renderers"
|
1708 |
-
category = "dev"
|
1709 |
optional = false
|
1710 |
python-versions = "*"
|
1711 |
files = [
|
@@ -1717,7 +1637,6 @@ files = [
|
|
1717 |
name = "mpmath"
|
1718 |
version = "1.3.0"
|
1719 |
description = "Python library for arbitrary-precision floating-point arithmetic"
|
1720 |
-
category = "main"
|
1721 |
optional = false
|
1722 |
python-versions = "*"
|
1723 |
files = [
|
@@ -1735,7 +1654,6 @@ tests = ["pytest (>=4.6)"]
|
|
1735 |
name = "mutagen"
|
1736 |
version = "1.46.0"
|
1737 |
description = "read and write audio tags for many formats"
|
1738 |
-
category = "main"
|
1739 |
optional = false
|
1740 |
python-versions = ">=3.7"
|
1741 |
files = [
|
@@ -1747,7 +1665,6 @@ files = [
|
|
1747 |
name = "mypy-extensions"
|
1748 |
version = "1.0.0"
|
1749 |
description = "Type system extensions for programs checked with the mypy type checker."
|
1750 |
-
category = "dev"
|
1751 |
optional = false
|
1752 |
python-versions = ">=3.5"
|
1753 |
files = [
|
@@ -1759,7 +1676,6 @@ files = [
|
|
1759 |
name = "nbclassic"
|
1760 |
version = "1.0.0"
|
1761 |
description = "Jupyter Notebook as a Jupyter Server extension."
|
1762 |
-
category = "dev"
|
1763 |
optional = false
|
1764 |
python-versions = ">=3.7"
|
1765 |
files = [
|
@@ -1795,7 +1711,6 @@ test = ["coverage", "nbval", "pytest", "pytest-cov", "pytest-jupyter", "pytest-p
|
|
1795 |
name = "nbclient"
|
1796 |
version = "0.7.4"
|
1797 |
description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor."
|
1798 |
-
category = "dev"
|
1799 |
optional = false
|
1800 |
python-versions = ">=3.7.0"
|
1801 |
files = [
|
@@ -1805,7 +1720,7 @@ files = [
|
|
1805 |
|
1806 |
[package.dependencies]
|
1807 |
jupyter-client = ">=6.1.12"
|
1808 |
-
jupyter-core = ">=4.12,<5.0.
|
1809 |
nbformat = ">=5.1"
|
1810 |
traitlets = ">=5.3"
|
1811 |
|
@@ -1818,7 +1733,6 @@ test = ["flaky", "ipykernel", "ipython", "ipywidgets", "nbconvert (>=7.0.0)", "p
|
|
1818 |
name = "nbconvert"
|
1819 |
version = "7.4.0"
|
1820 |
description = "Converting Jupyter Notebooks"
|
1821 |
-
category = "dev"
|
1822 |
optional = false
|
1823 |
python-versions = ">=3.7"
|
1824 |
files = [
|
@@ -1857,7 +1771,6 @@ webpdf = ["pyppeteer (>=1,<1.1)"]
|
|
1857 |
name = "nbformat"
|
1858 |
version = "5.8.0"
|
1859 |
description = "The Jupyter Notebook format"
|
1860 |
-
category = "dev"
|
1861 |
optional = false
|
1862 |
python-versions = ">=3.7"
|
1863 |
files = [
|
@@ -1879,7 +1792,6 @@ test = ["pep440", "pre-commit", "pytest", "testpath"]
|
|
1879 |
name = "nest-asyncio"
|
1880 |
version = "1.5.6"
|
1881 |
description = "Patch asyncio to allow nested event loops"
|
1882 |
-
category = "dev"
|
1883 |
optional = false
|
1884 |
python-versions = ">=3.5"
|
1885 |
files = [
|
@@ -1891,7 +1803,6 @@ files = [
|
|
1891 |
name = "networkx"
|
1892 |
version = "3.1"
|
1893 |
description = "Python package for creating and manipulating graphs and networks"
|
1894 |
-
category = "main"
|
1895 |
optional = false
|
1896 |
python-versions = ">=3.8"
|
1897 |
files = [
|
@@ -1910,7 +1821,6 @@ test = ["codecov (>=2.1)", "pytest (>=7.2)", "pytest-cov (>=4.0)"]
|
|
1910 |
name = "notebook"
|
1911 |
version = "6.5.4"
|
1912 |
description = "A web-based notebook environment for interactive computing"
|
1913 |
-
category = "dev"
|
1914 |
optional = false
|
1915 |
python-versions = ">=3.7"
|
1916 |
files = [
|
@@ -1945,7 +1855,6 @@ test = ["coverage", "nbval", "pytest", "pytest-cov", "requests", "requests-unixs
|
|
1945 |
name = "notebook-shim"
|
1946 |
version = "0.2.3"
|
1947 |
description = "A shim layer for notebook traits and config"
|
1948 |
-
category = "dev"
|
1949 |
optional = false
|
1950 |
python-versions = ">=3.7"
|
1951 |
files = [
|
@@ -1963,7 +1872,6 @@ test = ["pytest", "pytest-console-scripts", "pytest-jupyter", "pytest-tornasync"
|
|
1963 |
name = "numpy"
|
1964 |
version = "1.24.3"
|
1965 |
description = "Fundamental package for array computing in Python"
|
1966 |
-
category = "main"
|
1967 |
optional = false
|
1968 |
python-versions = ">=3.8"
|
1969 |
files = [
|
@@ -2001,7 +1909,6 @@ files = [
|
|
2001 |
name = "opencv-python"
|
2002 |
version = "4.7.0.72"
|
2003 |
description = "Wrapper package for OpenCV python bindings."
|
2004 |
-
category = "main"
|
2005 |
optional = false
|
2006 |
python-versions = ">=3.6"
|
2007 |
files = [
|
@@ -2029,7 +1936,6 @@ numpy = [
|
|
2029 |
name = "packaging"
|
2030 |
version = "23.1"
|
2031 |
description = "Core utilities for Python packages"
|
2032 |
-
category = "main"
|
2033 |
optional = false
|
2034 |
python-versions = ">=3.7"
|
2035 |
files = [
|
@@ -2041,7 +1947,6 @@ files = [
|
|
2041 |
name = "pandas"
|
2042 |
version = "2.0.1"
|
2043 |
description = "Powerful data structures for data analysis, time series, and statistics"
|
2044 |
-
category = "main"
|
2045 |
optional = false
|
2046 |
python-versions = ">=3.8"
|
2047 |
files = [
|
@@ -2109,7 +2014,6 @@ xml = ["lxml (>=4.6.3)"]
|
|
2109 |
name = "pandocfilters"
|
2110 |
version = "1.5.0"
|
2111 |
description = "Utilities for writing pandoc filters in python"
|
2112 |
-
category = "dev"
|
2113 |
optional = false
|
2114 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2115 |
files = [
|
@@ -2121,7 +2025,6 @@ files = [
|
|
2121 |
name = "parso"
|
2122 |
version = "0.8.3"
|
2123 |
description = "A Python Parser"
|
2124 |
-
category = "dev"
|
2125 |
optional = false
|
2126 |
python-versions = ">=3.6"
|
2127 |
files = [
|
@@ -2137,7 +2040,6 @@ testing = ["docopt", "pytest (<6.0.0)"]
|
|
2137 |
name = "pathspec"
|
2138 |
version = "0.11.1"
|
2139 |
description = "Utility library for gitignore style pattern matching of file paths."
|
2140 |
-
category = "dev"
|
2141 |
optional = false
|
2142 |
python-versions = ">=3.7"
|
2143 |
files = [
|
@@ -2149,7 +2051,6 @@ files = [
|
|
2149 |
name = "pexpect"
|
2150 |
version = "4.8.0"
|
2151 |
description = "Pexpect allows easy control of interactive console applications."
|
2152 |
-
category = "dev"
|
2153 |
optional = false
|
2154 |
python-versions = "*"
|
2155 |
files = [
|
@@ -2164,7 +2065,6 @@ ptyprocess = ">=0.5"
|
|
2164 |
name = "pickleshare"
|
2165 |
version = "0.7.5"
|
2166 |
description = "Tiny 'shelve'-like database with concurrency support"
|
2167 |
-
category = "dev"
|
2168 |
optional = false
|
2169 |
python-versions = "*"
|
2170 |
files = [
|
@@ -2176,7 +2076,6 @@ files = [
|
|
2176 |
name = "pillow"
|
2177 |
version = "9.5.0"
|
2178 |
description = "Python Imaging Library (Fork)"
|
2179 |
-
category = "main"
|
2180 |
optional = false
|
2181 |
python-versions = ">=3.7"
|
2182 |
files = [
|
@@ -2256,7 +2155,6 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa
|
|
2256 |
name = "platformdirs"
|
2257 |
version = "3.5.1"
|
2258 |
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
2259 |
-
category = "dev"
|
2260 |
optional = false
|
2261 |
python-versions = ">=3.7"
|
2262 |
files = [
|
@@ -2272,7 +2170,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest-
|
|
2272 |
name = "pluggy"
|
2273 |
version = "1.0.0"
|
2274 |
description = "plugin and hook calling mechanisms for python"
|
2275 |
-
category = "dev"
|
2276 |
optional = false
|
2277 |
python-versions = ">=3.6"
|
2278 |
files = [
|
@@ -2288,7 +2185,6 @@ testing = ["pytest", "pytest-benchmark"]
|
|
2288 |
name = "prometheus-client"
|
2289 |
version = "0.16.0"
|
2290 |
description = "Python client for the Prometheus monitoring system."
|
2291 |
-
category = "dev"
|
2292 |
optional = false
|
2293 |
python-versions = ">=3.6"
|
2294 |
files = [
|
@@ -2303,7 +2199,6 @@ twisted = ["twisted"]
|
|
2303 |
name = "prompt-toolkit"
|
2304 |
version = "3.0.38"
|
2305 |
description = "Library for building powerful interactive command lines in Python"
|
2306 |
-
category = "dev"
|
2307 |
optional = false
|
2308 |
python-versions = ">=3.7.0"
|
2309 |
files = [
|
@@ -2318,7 +2213,6 @@ wcwidth = "*"
|
|
2318 |
name = "protobuf"
|
2319 |
version = "3.20.3"
|
2320 |
description = "Protocol Buffers"
|
2321 |
-
category = "main"
|
2322 |
optional = false
|
2323 |
python-versions = ">=3.7"
|
2324 |
files = [
|
@@ -2350,7 +2244,6 @@ files = [
|
|
2350 |
name = "psutil"
|
2351 |
version = "5.9.5"
|
2352 |
description = "Cross-platform lib for process and system monitoring in Python."
|
2353 |
-
category = "dev"
|
2354 |
optional = false
|
2355 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2356 |
files = [
|
@@ -2377,7 +2270,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"]
|
|
2377 |
name = "ptyprocess"
|
2378 |
version = "0.7.0"
|
2379 |
description = "Run a subprocess in a pseudo terminal"
|
2380 |
-
category = "dev"
|
2381 |
optional = false
|
2382 |
python-versions = "*"
|
2383 |
files = [
|
@@ -2389,7 +2281,6 @@ files = [
|
|
2389 |
name = "pure-eval"
|
2390 |
version = "0.2.2"
|
2391 |
description = "Safely evaluate AST nodes without side effects"
|
2392 |
-
category = "dev"
|
2393 |
optional = false
|
2394 |
python-versions = "*"
|
2395 |
files = [
|
@@ -2404,7 +2295,6 @@ tests = ["pytest"]
|
|
2404 |
name = "pyarrow"
|
2405 |
version = "12.0.0"
|
2406 |
description = "Python library for Apache Arrow"
|
2407 |
-
category = "main"
|
2408 |
optional = false
|
2409 |
python-versions = ">=3.7"
|
2410 |
files = [
|
@@ -2442,7 +2332,6 @@ numpy = ">=1.16.6"
|
|
2442 |
name = "pycparser"
|
2443 |
version = "2.21"
|
2444 |
description = "C parser in Python"
|
2445 |
-
category = "main"
|
2446 |
optional = false
|
2447 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2448 |
files = [
|
@@ -2454,7 +2343,6 @@ files = [
|
|
2454 |
name = "pycryptodomex"
|
2455 |
version = "3.18.0"
|
2456 |
description = "Cryptographic library for Python"
|
2457 |
-
category = "main"
|
2458 |
optional = false
|
2459 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2460 |
files = [
|
@@ -2496,7 +2384,6 @@ files = [
|
|
2496 |
name = "pydeck"
|
2497 |
version = "0.8.0"
|
2498 |
description = "Widget for deck.gl maps"
|
2499 |
-
category = "main"
|
2500 |
optional = false
|
2501 |
python-versions = ">=3.7"
|
2502 |
files = [
|
@@ -2516,7 +2403,6 @@ jupyter = ["ipykernel (>=5.1.2)", "ipython (>=5.8.0)", "ipywidgets (>=7,<8)", "t
|
|
2516 |
name = "pygments"
|
2517 |
version = "2.15.1"
|
2518 |
description = "Pygments is a syntax highlighting package written in Python."
|
2519 |
-
category = "main"
|
2520 |
optional = false
|
2521 |
python-versions = ">=3.7"
|
2522 |
files = [
|
@@ -2531,7 +2417,6 @@ plugins = ["importlib-metadata"]
|
|
2531 |
name = "pympler"
|
2532 |
version = "1.0.1"
|
2533 |
description = "A development tool to measure, monitor and analyze the memory behavior of Python objects."
|
2534 |
-
category = "main"
|
2535 |
optional = false
|
2536 |
python-versions = ">=3.6"
|
2537 |
files = [
|
@@ -2543,7 +2428,6 @@ files = [
|
|
2543 |
name = "pyrsistent"
|
2544 |
version = "0.19.3"
|
2545 |
description = "Persistent/Functional/Immutable data structures"
|
2546 |
-
category = "main"
|
2547 |
optional = false
|
2548 |
python-versions = ">=3.7"
|
2549 |
files = [
|
@@ -2580,7 +2464,6 @@ files = [
|
|
2580 |
name = "pytest"
|
2581 |
version = "7.3.1"
|
2582 |
description = "pytest: simple powerful testing with Python"
|
2583 |
-
category = "dev"
|
2584 |
optional = false
|
2585 |
python-versions = ">=3.7"
|
2586 |
files = [
|
@@ -2603,7 +2486,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
|
|
2603 |
name = "python-dateutil"
|
2604 |
version = "2.8.2"
|
2605 |
description = "Extensions to the standard Python datetime module"
|
2606 |
-
category = "main"
|
2607 |
optional = false
|
2608 |
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
2609 |
files = [
|
@@ -2618,7 +2500,6 @@ six = ">=1.5"
|
|
2618 |
name = "python-json-logger"
|
2619 |
version = "2.0.7"
|
2620 |
description = "A python library adding a json log formatter"
|
2621 |
-
category = "dev"
|
2622 |
optional = false
|
2623 |
python-versions = ">=3.6"
|
2624 |
files = [
|
@@ -2630,7 +2511,6 @@ files = [
|
|
2630 |
name = "pytz"
|
2631 |
version = "2023.3"
|
2632 |
description = "World timezone definitions, modern and historical"
|
2633 |
-
category = "main"
|
2634 |
optional = false
|
2635 |
python-versions = "*"
|
2636 |
files = [
|
@@ -2642,7 +2522,6 @@ files = [
|
|
2642 |
name = "pywin32"
|
2643 |
version = "306"
|
2644 |
description = "Python for Window Extensions"
|
2645 |
-
category = "dev"
|
2646 |
optional = false
|
2647 |
python-versions = "*"
|
2648 |
files = [
|
@@ -2666,7 +2545,6 @@ files = [
|
|
2666 |
name = "pywinpty"
|
2667 |
version = "2.0.10"
|
2668 |
description = "Pseudo terminal support for Windows from Python."
|
2669 |
-
category = "dev"
|
2670 |
optional = false
|
2671 |
python-versions = ">=3.7"
|
2672 |
files = [
|
@@ -2682,7 +2560,6 @@ files = [
|
|
2682 |
name = "pyyaml"
|
2683 |
version = "6.0"
|
2684 |
description = "YAML parser and emitter for Python"
|
2685 |
-
category = "main"
|
2686 |
optional = false
|
2687 |
python-versions = ">=3.6"
|
2688 |
files = [
|
@@ -2732,7 +2609,6 @@ files = [
|
|
2732 |
name = "pyzmq"
|
2733 |
version = "25.0.2"
|
2734 |
description = "Python bindings for 0MQ"
|
2735 |
-
category = "dev"
|
2736 |
optional = false
|
2737 |
python-versions = ">=3.6"
|
2738 |
files = [
|
@@ -2822,7 +2698,6 @@ cffi = {version = "*", markers = "implementation_name == \"pypy\""}
|
|
2822 |
name = "regex"
|
2823 |
version = "2023.5.5"
|
2824 |
description = "Alternative regular expression module, to replace re."
|
2825 |
-
category = "main"
|
2826 |
optional = false
|
2827 |
python-versions = ">=3.6"
|
2828 |
files = [
|
@@ -2920,7 +2795,6 @@ files = [
|
|
2920 |
name = "requests"
|
2921 |
version = "2.30.0"
|
2922 |
description = "Python HTTP for Humans."
|
2923 |
-
category = "main"
|
2924 |
optional = false
|
2925 |
python-versions = ">=3.7"
|
2926 |
files = [
|
@@ -2942,7 +2816,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
|
|
2942 |
name = "rfc3339-validator"
|
2943 |
version = "0.1.4"
|
2944 |
description = "A pure python RFC3339 validator"
|
2945 |
-
category = "dev"
|
2946 |
optional = false
|
2947 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2948 |
files = [
|
@@ -2957,7 +2830,6 @@ six = "*"
|
|
2957 |
name = "rfc3986-validator"
|
2958 |
version = "0.1.1"
|
2959 |
description = "Pure python rfc3986 validator"
|
2960 |
-
category = "dev"
|
2961 |
optional = false
|
2962 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2963 |
files = [
|
@@ -2969,7 +2841,6 @@ files = [
|
|
2969 |
name = "rich"
|
2970 |
version = "13.3.5"
|
2971 |
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
|
2972 |
-
category = "main"
|
2973 |
optional = false
|
2974 |
python-versions = ">=3.7.0"
|
2975 |
files = [
|
@@ -2984,11 +2855,21 @@ pygments = ">=2.13.0,<3.0.0"
|
|
2984 |
[package.extras]
|
2985 |
jupyter = ["ipywidgets (>=7.5.1,<9)"]
|
2986 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2987 |
[[package]]
|
2988 |
name = "send2trash"
|
2989 |
version = "1.8.2"
|
2990 |
description = "Send file to trash natively under Mac OS X, Windows and Linux"
|
2991 |
-
category = "dev"
|
2992 |
optional = false
|
2993 |
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
2994 |
files = [
|
@@ -3005,7 +2886,6 @@ win32 = ["pywin32"]
|
|
3005 |
name = "setuptools"
|
3006 |
version = "67.8.0"
|
3007 |
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
3008 |
-
category = "dev"
|
3009 |
optional = false
|
3010 |
python-versions = ">=3.7"
|
3011 |
files = [
|
@@ -3022,7 +2902,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (
|
|
3022 |
name = "six"
|
3023 |
version = "1.16.0"
|
3024 |
description = "Python 2 and 3 compatibility utilities"
|
3025 |
-
category = "main"
|
3026 |
optional = false
|
3027 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
3028 |
files = [
|
@@ -3034,7 +2913,6 @@ files = [
|
|
3034 |
name = "smmap"
|
3035 |
version = "5.0.0"
|
3036 |
description = "A pure Python implementation of a sliding window memory map manager"
|
3037 |
-
category = "main"
|
3038 |
optional = false
|
3039 |
python-versions = ">=3.6"
|
3040 |
files = [
|
@@ -3046,7 +2924,6 @@ files = [
|
|
3046 |
name = "sniffio"
|
3047 |
version = "1.3.0"
|
3048 |
description = "Sniff out which async library your code is running under"
|
3049 |
-
category = "dev"
|
3050 |
optional = false
|
3051 |
python-versions = ">=3.7"
|
3052 |
files = [
|
@@ -3058,7 +2935,6 @@ files = [
|
|
3058 |
name = "soupsieve"
|
3059 |
version = "2.4.1"
|
3060 |
description = "A modern CSS selector implementation for Beautiful Soup."
|
3061 |
-
category = "dev"
|
3062 |
optional = false
|
3063 |
python-versions = ">=3.7"
|
3064 |
files = [
|
@@ -3070,7 +2946,6 @@ files = [
|
|
3070 |
name = "stack-data"
|
3071 |
version = "0.6.2"
|
3072 |
description = "Extract data from python stack frames and tracebacks for informative displays"
|
3073 |
-
category = "dev"
|
3074 |
optional = false
|
3075 |
python-versions = "*"
|
3076 |
files = [
|
@@ -3088,18 +2963,17 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"]
|
|
3088 |
|
3089 |
[[package]]
|
3090 |
name = "streamlit"
|
3091 |
-
version = "1.
|
3092 |
-
description = "
|
3093 |
-
category = "main"
|
3094 |
optional = false
|
3095 |
python-versions = ">=3.7, !=3.9.7"
|
3096 |
files = [
|
3097 |
-
{file = "streamlit-1.
|
3098 |
-
{file = "streamlit-1.
|
3099 |
]
|
3100 |
|
3101 |
[package.dependencies]
|
3102 |
-
altair = ">=3.2.0
|
3103 |
blinker = ">=1.0.0"
|
3104 |
cachetools = ">=4.0"
|
3105 |
click = ">=7.0"
|
@@ -3107,7 +2981,7 @@ gitpython = "!=3.1.19"
|
|
3107 |
importlib-metadata = ">=1.4"
|
3108 |
numpy = "*"
|
3109 |
packaging = ">=14.1"
|
3110 |
-
pandas = ">=0.25
|
3111 |
pillow = ">=6.2.0"
|
3112 |
protobuf = ">=3.12,<4"
|
3113 |
pyarrow = ">=4.0"
|
@@ -3116,7 +2990,7 @@ pympler = ">=0.9"
|
|
3116 |
python-dateutil = "*"
|
3117 |
requests = ">=2.4"
|
3118 |
rich = ">=10.11.0"
|
3119 |
-
|
3120 |
toml = "*"
|
3121 |
tornado = ">=6.0.3"
|
3122 |
typing-extensions = ">=3.10.0.0"
|
@@ -3131,7 +3005,6 @@ snowflake = ["snowflake-snowpark-python"]
|
|
3131 |
name = "sympy"
|
3132 |
version = "1.12"
|
3133 |
description = "Computer algebra system (CAS) in Python"
|
3134 |
-
category = "main"
|
3135 |
optional = false
|
3136 |
python-versions = ">=3.8"
|
3137 |
files = [
|
@@ -3142,26 +3015,10 @@ files = [
|
|
3142 |
[package.dependencies]
|
3143 |
mpmath = ">=0.19"
|
3144 |
|
3145 |
-
[[package]]
|
3146 |
-
name = "tenacity"
|
3147 |
-
version = "8.2.2"
|
3148 |
-
description = "Retry code until it succeeds"
|
3149 |
-
category = "main"
|
3150 |
-
optional = false
|
3151 |
-
python-versions = ">=3.6"
|
3152 |
-
files = [
|
3153 |
-
{file = "tenacity-8.2.2-py3-none-any.whl", hash = "sha256:2f277afb21b851637e8f52e6a613ff08734c347dc19ade928e519d7d2d8569b0"},
|
3154 |
-
{file = "tenacity-8.2.2.tar.gz", hash = "sha256:43af037822bd0029025877f3b2d97cc4d7bb0c2991000a3d59d71517c5c969e0"},
|
3155 |
-
]
|
3156 |
-
|
3157 |
-
[package.extras]
|
3158 |
-
doc = ["reno", "sphinx", "tornado (>=4.5)"]
|
3159 |
-
|
3160 |
[[package]]
|
3161 |
name = "terminado"
|
3162 |
version = "0.17.1"
|
3163 |
description = "Tornado websocket backend for the Xterm.js Javascript terminal emulator library."
|
3164 |
-
category = "dev"
|
3165 |
optional = false
|
3166 |
python-versions = ">=3.7"
|
3167 |
files = [
|
@@ -3182,7 +3039,6 @@ test = ["pre-commit", "pytest (>=7.0)", "pytest-timeout"]
|
|
3182 |
name = "tinycss2"
|
3183 |
version = "1.2.1"
|
3184 |
description = "A tiny CSS parser"
|
3185 |
-
category = "dev"
|
3186 |
optional = false
|
3187 |
python-versions = ">=3.7"
|
3188 |
files = [
|
@@ -3201,7 +3057,6 @@ test = ["flake8", "isort", "pytest"]
|
|
3201 |
name = "tokenize-rt"
|
3202 |
version = "5.0.0"
|
3203 |
description = "A wrapper around the stdlib `tokenize` which roundtrips."
|
3204 |
-
category = "dev"
|
3205 |
optional = false
|
3206 |
python-versions = ">=3.7"
|
3207 |
files = [
|
@@ -3213,7 +3068,6 @@ files = [
|
|
3213 |
name = "tokenizers"
|
3214 |
version = "0.13.3"
|
3215 |
description = "Fast and Customizable Tokenizers"
|
3216 |
-
category = "main"
|
3217 |
optional = false
|
3218 |
python-versions = "*"
|
3219 |
files = [
|
@@ -3268,7 +3122,6 @@ testing = ["black (==22.3)", "datasets", "numpy", "pytest", "requests"]
|
|
3268 |
name = "toml"
|
3269 |
version = "0.10.2"
|
3270 |
description = "Python Library for Tom's Obvious, Minimal Language"
|
3271 |
-
category = "main"
|
3272 |
optional = false
|
3273 |
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
3274 |
files = [
|
@@ -3280,7 +3133,6 @@ files = [
|
|
3280 |
name = "tomli"
|
3281 |
version = "2.0.1"
|
3282 |
description = "A lil' TOML parser"
|
3283 |
-
category = "dev"
|
3284 |
optional = false
|
3285 |
python-versions = ">=3.7"
|
3286 |
files = [
|
@@ -3292,7 +3144,6 @@ files = [
|
|
3292 |
name = "toolz"
|
3293 |
version = "0.12.0"
|
3294 |
description = "List processing tools and functional utilities"
|
3295 |
-
category = "main"
|
3296 |
optional = false
|
3297 |
python-versions = ">=3.5"
|
3298 |
files = [
|
@@ -3304,7 +3155,6 @@ files = [
|
|
3304 |
name = "torch"
|
3305 |
version = "2.0.1"
|
3306 |
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
|
3307 |
-
category = "main"
|
3308 |
optional = false
|
3309 |
python-versions = ">=3.8.0"
|
3310 |
files = [
|
@@ -3344,7 +3194,6 @@ opt-einsum = ["opt-einsum (>=3.3)"]
|
|
3344 |
name = "torchvision"
|
3345 |
version = "0.15.2"
|
3346 |
description = "image and video datasets and models for torch deep learning"
|
3347 |
-
category = "main"
|
3348 |
optional = false
|
3349 |
python-versions = ">=3.8"
|
3350 |
files = [
|
@@ -3372,7 +3221,7 @@ files = [
|
|
3372 |
|
3373 |
[package.dependencies]
|
3374 |
numpy = "*"
|
3375 |
-
pillow = ">=5.3.0,<8.3.
|
3376 |
requests = "*"
|
3377 |
torch = "2.0.1"
|
3378 |
|
@@ -3383,7 +3232,6 @@ scipy = ["scipy"]
|
|
3383 |
name = "tornado"
|
3384 |
version = "6.3.2"
|
3385 |
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
|
3386 |
-
category = "main"
|
3387 |
optional = false
|
3388 |
python-versions = ">= 3.8"
|
3389 |
files = [
|
@@ -3404,7 +3252,6 @@ files = [
|
|
3404 |
name = "tqdm"
|
3405 |
version = "4.65.0"
|
3406 |
description = "Fast, Extensible Progress Meter"
|
3407 |
-
category = "main"
|
3408 |
optional = false
|
3409 |
python-versions = ">=3.7"
|
3410 |
files = [
|
@@ -3425,7 +3272,6 @@ telegram = ["requests"]
|
|
3425 |
name = "traitlets"
|
3426 |
version = "5.9.0"
|
3427 |
description = "Traitlets Python configuration system"
|
3428 |
-
category = "dev"
|
3429 |
optional = false
|
3430 |
python-versions = ">=3.7"
|
3431 |
files = [
|
@@ -3441,7 +3287,6 @@ test = ["argcomplete (>=2.0)", "pre-commit", "pytest", "pytest-mock"]
|
|
3441 |
name = "transformers"
|
3442 |
version = "4.29.2"
|
3443 |
description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
|
3444 |
-
category = "main"
|
3445 |
optional = false
|
3446 |
python-versions = ">=3.7.0"
|
3447 |
files = [
|
@@ -3510,7 +3355,6 @@ vision = ["Pillow"]
|
|
3510 |
name = "typing-extensions"
|
3511 |
version = "4.5.0"
|
3512 |
description = "Backported and Experimental Type Hints for Python 3.7+"
|
3513 |
-
category = "main"
|
3514 |
optional = false
|
3515 |
python-versions = ">=3.7"
|
3516 |
files = [
|
@@ -3522,7 +3366,6 @@ files = [
|
|
3522 |
name = "tzdata"
|
3523 |
version = "2023.3"
|
3524 |
description = "Provider of IANA time zone data"
|
3525 |
-
category = "main"
|
3526 |
optional = false
|
3527 |
python-versions = ">=2"
|
3528 |
files = [
|
@@ -3534,7 +3377,6 @@ files = [
|
|
3534 |
name = "tzlocal"
|
3535 |
version = "5.0.1"
|
3536 |
description = "tzinfo object for the local timezone"
|
3537 |
-
category = "main"
|
3538 |
optional = false
|
3539 |
python-versions = ">=3.7"
|
3540 |
files = [
|
@@ -3552,7 +3394,6 @@ devenv = ["black", "check-manifest", "flake8", "pyroma", "pytest (>=4.3)", "pyte
|
|
3552 |
name = "uri-template"
|
3553 |
version = "1.2.0"
|
3554 |
description = "RFC 6570 URI Template Processor"
|
3555 |
-
category = "dev"
|
3556 |
optional = false
|
3557 |
python-versions = ">=3.6"
|
3558 |
files = [
|
@@ -3567,7 +3408,6 @@ dev = ["flake8 (<4.0.0)", "flake8-annotations", "flake8-bugbear", "flake8-commas
|
|
3567 |
name = "urllib3"
|
3568 |
version = "1.26.15"
|
3569 |
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
3570 |
-
category = "main"
|
3571 |
optional = false
|
3572 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
3573 |
files = [
|
@@ -3584,7 +3424,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|
3584 |
name = "validators"
|
3585 |
version = "0.20.0"
|
3586 |
description = "Python Data Validation for Humans™."
|
3587 |
-
category = "main"
|
3588 |
optional = false
|
3589 |
python-versions = ">=3.4"
|
3590 |
files = [
|
@@ -3601,7 +3440,6 @@ test = ["flake8 (>=2.4.0)", "isort (>=4.2.2)", "pytest (>=2.2.3)"]
|
|
3601 |
name = "watchdog"
|
3602 |
version = "3.0.0"
|
3603 |
description = "Filesystem events monitoring"
|
3604 |
-
category = "main"
|
3605 |
optional = false
|
3606 |
python-versions = ">=3.7"
|
3607 |
files = [
|
@@ -3641,7 +3479,6 @@ watchmedo = ["PyYAML (>=3.10)"]
|
|
3641 |
name = "wcwidth"
|
3642 |
version = "0.2.6"
|
3643 |
description = "Measures the displayed width of unicode strings in a terminal"
|
3644 |
-
category = "dev"
|
3645 |
optional = false
|
3646 |
python-versions = "*"
|
3647 |
files = [
|
@@ -3653,7 +3490,6 @@ files = [
|
|
3653 |
name = "webcolors"
|
3654 |
version = "1.13"
|
3655 |
description = "A library for working with the color formats defined by HTML and CSS."
|
3656 |
-
category = "dev"
|
3657 |
optional = false
|
3658 |
python-versions = ">=3.7"
|
3659 |
files = [
|
@@ -3669,7 +3505,6 @@ tests = ["pytest", "pytest-cov"]
|
|
3669 |
name = "webencodings"
|
3670 |
version = "0.5.1"
|
3671 |
description = "Character encoding aliases for legacy web content"
|
3672 |
-
category = "dev"
|
3673 |
optional = false
|
3674 |
python-versions = "*"
|
3675 |
files = [
|
@@ -3679,14 +3514,13 @@ files = [
|
|
3679 |
|
3680 |
[[package]]
|
3681 |
name = "websocket-client"
|
3682 |
-
version = "1.5.
|
3683 |
description = "WebSocket client for Python with low level API options"
|
3684 |
-
category = "dev"
|
3685 |
optional = false
|
3686 |
python-versions = ">=3.7"
|
3687 |
files = [
|
3688 |
-
{file = "websocket-client-1.5.
|
3689 |
-
{file = "websocket_client-1.5.
|
3690 |
]
|
3691 |
|
3692 |
[package.extras]
|
@@ -3698,7 +3532,6 @@ test = ["websockets"]
|
|
3698 |
name = "websockets"
|
3699 |
version = "11.0.3"
|
3700 |
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
|
3701 |
-
category = "main"
|
3702 |
optional = false
|
3703 |
python-versions = ">=3.7"
|
3704 |
files = [
|
@@ -3778,7 +3611,6 @@ files = [
|
|
3778 |
name = "youtube-dl"
|
3779 |
version = "2021.12.17"
|
3780 |
description = "YouTube video downloader"
|
3781 |
-
category = "main"
|
3782 |
optional = false
|
3783 |
python-versions = "*"
|
3784 |
files = [
|
@@ -3790,7 +3622,6 @@ files = [
|
|
3790 |
name = "yt-dlp"
|
3791 |
version = "2023.3.4"
|
3792 |
description = "A youtube-dl fork with additional features and patches"
|
3793 |
-
category = "main"
|
3794 |
optional = false
|
3795 |
python-versions = ">=3.7"
|
3796 |
files = [
|
@@ -3810,7 +3641,6 @@ websockets = "*"
|
|
3810 |
name = "zipp"
|
3811 |
version = "3.15.0"
|
3812 |
description = "Backport of pathlib-compatible object wrapper for zip files"
|
3813 |
-
category = "main"
|
3814 |
optional = false
|
3815 |
python-versions = ">=3.7"
|
3816 |
files = [
|
@@ -3825,4 +3655,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
|
3825 |
[metadata]
|
3826 |
lock-version = "2.0"
|
3827 |
python-versions = ">=3.9,<3.9.7 || >3.9.7,<4.0"
|
3828 |
-
content-hash = "
|
|
|
1 |
+
# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand.
|
2 |
|
3 |
[[package]]
|
4 |
name = "altair"
|
5 |
+
version = "5.0.0"
|
6 |
+
description = "Vega-Altair: A declarative statistical visualization library for Python."
|
|
|
7 |
optional = false
|
8 |
python-versions = ">=3.7"
|
9 |
files = [
|
10 |
+
{file = "altair-5.0.0-py3-none-any.whl", hash = "sha256:e7deed321f61a3ec752186ae96e97b44a1353de142928c1934fb211e9f0bfe9e"},
|
11 |
+
{file = "altair-5.0.0.tar.gz", hash = "sha256:394c3d8be96f9cc90e15a0eee3634cc5b6f19e470fd2045759892623bd9a3fb2"},
|
12 |
]
|
13 |
|
14 |
[package.dependencies]
|
|
|
15 |
jinja2 = "*"
|
16 |
jsonschema = ">=3.0"
|
17 |
numpy = "*"
|
18 |
pandas = ">=0.18"
|
19 |
toolz = "*"
|
20 |
+
typing-extensions = {version = ">=4.0.1", markers = "python_version < \"3.11\""}
|
21 |
|
22 |
[package.extras]
|
23 |
+
dev = ["black (<24)", "hatch", "ipython", "m2r", "mypy", "pandas-stubs", "pytest", "pytest-cov", "ruff", "types-jsonschema", "types-setuptools", "vega-datasets", "vl-convert-python"]
|
24 |
+
doc = ["docutils", "geopandas", "jinja2", "myst-parser", "numpydoc", "pillow", "pydata-sphinx-theme", "sphinx", "sphinx-copybutton", "sphinx-design"]
|
25 |
|
26 |
[[package]]
|
27 |
name = "anyio"
|
28 |
version = "3.6.2"
|
29 |
description = "High level compatibility layer for multiple asynchronous event loop implementations"
|
|
|
30 |
optional = false
|
31 |
python-versions = ">=3.6.2"
|
32 |
files = [
|
|
|
47 |
name = "appnope"
|
48 |
version = "0.1.3"
|
49 |
description = "Disable App Nap on macOS >= 10.9"
|
|
|
50 |
optional = false
|
51 |
python-versions = "*"
|
52 |
files = [
|
|
|
58 |
name = "argon2-cffi"
|
59 |
version = "21.3.0"
|
60 |
description = "The secure Argon2 password hashing algorithm."
|
|
|
61 |
optional = false
|
62 |
python-versions = ">=3.6"
|
63 |
files = [
|
|
|
77 |
name = "argon2-cffi-bindings"
|
78 |
version = "21.2.0"
|
79 |
description = "Low-level CFFI bindings for Argon2"
|
|
|
80 |
optional = false
|
81 |
python-versions = ">=3.6"
|
82 |
files = [
|
|
|
114 |
name = "arrow"
|
115 |
version = "1.2.3"
|
116 |
description = "Better dates & times for Python"
|
|
|
117 |
optional = false
|
118 |
python-versions = ">=3.6"
|
119 |
files = [
|
|
|
128 |
name = "asttokens"
|
129 |
version = "2.2.1"
|
130 |
description = "Annotate AST trees with source code positions"
|
|
|
131 |
optional = false
|
132 |
python-versions = "*"
|
133 |
files = [
|
|
|
145 |
name = "async-lru"
|
146 |
version = "2.0.2"
|
147 |
description = "Simple LRU cache for asyncio"
|
|
|
148 |
optional = false
|
149 |
python-versions = ">=3.8"
|
150 |
files = [
|
|
|
159 |
name = "attrs"
|
160 |
version = "23.1.0"
|
161 |
description = "Classes Without Boilerplate"
|
|
|
162 |
optional = false
|
163 |
python-versions = ">=3.7"
|
164 |
files = [
|
|
|
177 |
name = "babel"
|
178 |
version = "2.12.1"
|
179 |
description = "Internationalization utilities"
|
|
|
180 |
optional = false
|
181 |
python-versions = ">=3.7"
|
182 |
files = [
|
|
|
188 |
name = "backcall"
|
189 |
version = "0.2.0"
|
190 |
description = "Specifications for callback functions passed in to an API"
|
|
|
191 |
optional = false
|
192 |
python-versions = "*"
|
193 |
files = [
|
|
|
199 |
name = "beautifulsoup4"
|
200 |
version = "4.12.2"
|
201 |
description = "Screen-scraping library"
|
|
|
202 |
optional = false
|
203 |
python-versions = ">=3.6.0"
|
204 |
files = [
|
|
|
217 |
name = "black"
|
218 |
version = "23.3.0"
|
219 |
description = "The uncompromising code formatter."
|
|
|
220 |
optional = false
|
221 |
python-versions = ">=3.7"
|
222 |
files = [
|
|
|
268 |
name = "bleach"
|
269 |
version = "6.0.0"
|
270 |
description = "An easy safelist-based HTML-sanitizing tool."
|
|
|
271 |
optional = false
|
272 |
python-versions = ">=3.7"
|
273 |
files = [
|
|
|
286 |
name = "blinker"
|
287 |
version = "1.6.2"
|
288 |
description = "Fast, simple object-to-object and broadcast signaling"
|
|
|
289 |
optional = false
|
290 |
python-versions = ">=3.7"
|
291 |
files = [
|
|
|
297 |
name = "brotli"
|
298 |
version = "1.0.9"
|
299 |
description = "Python bindings for the Brotli compression library"
|
|
|
300 |
optional = false
|
301 |
python-versions = "*"
|
302 |
files = [
|
|
|
388 |
name = "brotlicffi"
|
389 |
version = "1.0.9.2"
|
390 |
description = "Python CFFI bindings to the Brotli library"
|
|
|
391 |
optional = false
|
392 |
python-versions = "*"
|
393 |
files = [
|
|
|
430 |
name = "cachetools"
|
431 |
version = "5.3.0"
|
432 |
description = "Extensible memoizing collections and decorators"
|
|
|
433 |
optional = false
|
434 |
python-versions = "~=3.7"
|
435 |
files = [
|
|
|
441 |
name = "certifi"
|
442 |
version = "2023.5.7"
|
443 |
description = "Python package for providing Mozilla's CA Bundle."
|
|
|
444 |
optional = false
|
445 |
python-versions = ">=3.6"
|
446 |
files = [
|
|
|
452 |
name = "cffi"
|
453 |
version = "1.15.1"
|
454 |
description = "Foreign Function Interface for Python calling C code."
|
|
|
455 |
optional = false
|
456 |
python-versions = "*"
|
457 |
files = [
|
|
|
528 |
name = "charset-normalizer"
|
529 |
version = "3.1.0"
|
530 |
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
|
|
531 |
optional = false
|
532 |
python-versions = ">=3.7.0"
|
533 |
files = [
|
|
|
612 |
name = "click"
|
613 |
version = "8.1.3"
|
614 |
description = "Composable command line interface toolkit"
|
|
|
615 |
optional = false
|
616 |
python-versions = ">=3.7"
|
617 |
files = [
|
|
|
626 |
name = "colorama"
|
627 |
version = "0.4.6"
|
628 |
description = "Cross-platform colored terminal text."
|
|
|
629 |
optional = false
|
630 |
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
|
631 |
files = [
|
|
|
637 |
name = "comm"
|
638 |
version = "0.1.3"
|
639 |
description = "Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc."
|
|
|
640 |
optional = false
|
641 |
python-versions = ">=3.6"
|
642 |
files = [
|
|
|
656 |
name = "debugpy"
|
657 |
version = "1.6.7"
|
658 |
description = "An implementation of the Debug Adapter Protocol for Python"
|
|
|
659 |
optional = false
|
660 |
python-versions = ">=3.7"
|
661 |
files = [
|
|
|
683 |
name = "decorator"
|
684 |
version = "5.1.1"
|
685 |
description = "Decorators for Humans"
|
|
|
686 |
optional = false
|
687 |
python-versions = ">=3.5"
|
688 |
files = [
|
|
|
694 |
name = "defusedxml"
|
695 |
version = "0.7.1"
|
696 |
description = "XML bomb protection for Python stdlib modules"
|
|
|
697 |
optional = false
|
698 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
699 |
files = [
|
|
|
701 |
{file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"},
|
702 |
]
|
703 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
704 |
[[package]]
|
705 |
name = "exceptiongroup"
|
706 |
version = "1.1.1"
|
707 |
description = "Backport of PEP 654 (exception groups)"
|
|
|
708 |
optional = false
|
709 |
python-versions = ">=3.7"
|
710 |
files = [
|
|
|
719 |
name = "executing"
|
720 |
version = "1.2.0"
|
721 |
description = "Get the currently executing AST node of a frame, and other information"
|
|
|
722 |
optional = false
|
723 |
python-versions = "*"
|
724 |
files = [
|
|
|
733 |
name = "faiss-cpu"
|
734 |
version = "1.7.4"
|
735 |
description = "A library for efficient similarity search and clustering of dense vectors."
|
|
|
736 |
optional = false
|
737 |
python-versions = "*"
|
738 |
files = [
|
|
|
767 |
name = "fastjsonschema"
|
768 |
version = "2.17.0"
|
769 |
description = "Fastest Python implementation of JSON schema"
|
|
|
770 |
optional = false
|
771 |
python-versions = "*"
|
772 |
files = [
|
|
|
781 |
name = "filelock"
|
782 |
version = "3.12.0"
|
783 |
description = "A platform independent file lock."
|
|
|
784 |
optional = false
|
785 |
python-versions = ">=3.7"
|
786 |
files = [
|
|
|
796 |
name = "fqdn"
|
797 |
version = "1.5.1"
|
798 |
description = "Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers"
|
|
|
799 |
optional = false
|
800 |
python-versions = ">=2.7, !=3.0, !=3.1, !=3.2, !=3.3, !=3.4, <4"
|
801 |
files = [
|
|
|
807 |
name = "fsspec"
|
808 |
version = "2023.5.0"
|
809 |
description = "File-system specification"
|
|
|
810 |
optional = false
|
811 |
python-versions = ">=3.8"
|
812 |
files = [
|
|
|
842 |
name = "gitdb"
|
843 |
version = "4.0.10"
|
844 |
description = "Git Object Database"
|
|
|
845 |
optional = false
|
846 |
python-versions = ">=3.7"
|
847 |
files = [
|
|
|
856 |
name = "gitpython"
|
857 |
version = "3.1.31"
|
858 |
description = "GitPython is a Python library used to interact with Git repositories"
|
|
|
859 |
optional = false
|
860 |
python-versions = ">=3.7"
|
861 |
files = [
|
|
|
870 |
name = "huggingface-hub"
|
871 |
version = "0.14.1"
|
872 |
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
|
|
|
873 |
optional = false
|
874 |
python-versions = ">=3.7.0"
|
875 |
files = [
|
|
|
901 |
name = "idna"
|
902 |
version = "3.4"
|
903 |
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
|
904 |
optional = false
|
905 |
python-versions = ">=3.5"
|
906 |
files = [
|
|
|
912 |
name = "importlib-metadata"
|
913 |
version = "6.6.0"
|
914 |
description = "Read metadata from Python packages"
|
|
|
915 |
optional = false
|
916 |
python-versions = ">=3.7"
|
917 |
files = [
|
|
|
931 |
name = "iniconfig"
|
932 |
version = "2.0.0"
|
933 |
description = "brain-dead simple config-ini parsing"
|
|
|
934 |
optional = false
|
935 |
python-versions = ">=3.7"
|
936 |
files = [
|
|
|
942 |
name = "ipykernel"
|
943 |
version = "6.23.1"
|
944 |
description = "IPython Kernel for Jupyter"
|
|
|
945 |
optional = false
|
946 |
python-versions = ">=3.8"
|
947 |
files = [
|
|
|
955 |
debugpy = ">=1.6.5"
|
956 |
ipython = ">=7.23.1"
|
957 |
jupyter-client = ">=6.1.12"
|
958 |
+
jupyter-core = ">=4.12,<5.0.dev0 || >=5.1.dev0"
|
959 |
matplotlib-inline = ">=0.1"
|
960 |
nest-asyncio = "*"
|
961 |
packaging = "*"
|
|
|
975 |
name = "ipython"
|
976 |
version = "8.13.2"
|
977 |
description = "IPython: Productive Interactive Computing"
|
|
|
978 |
optional = false
|
979 |
python-versions = ">=3.9"
|
980 |
files = [
|
|
|
1014 |
name = "ipython-genutils"
|
1015 |
version = "0.2.0"
|
1016 |
description = "Vestigial utilities from IPython"
|
|
|
1017 |
optional = false
|
1018 |
python-versions = "*"
|
1019 |
files = [
|
|
|
1025 |
name = "isoduration"
|
1026 |
version = "20.11.0"
|
1027 |
description = "Operations with ISO 8601 durations"
|
|
|
1028 |
optional = false
|
1029 |
python-versions = ">=3.7"
|
1030 |
files = [
|
|
|
1039 |
name = "isort"
|
1040 |
version = "5.12.0"
|
1041 |
description = "A Python utility / library to sort Python imports."
|
|
|
1042 |
optional = false
|
1043 |
python-versions = ">=3.8.0"
|
1044 |
files = [
|
|
|
1056 |
name = "jedi"
|
1057 |
version = "0.18.2"
|
1058 |
description = "An autocompletion tool for Python that can be used for text editors."
|
|
|
1059 |
optional = false
|
1060 |
python-versions = ">=3.6"
|
1061 |
files = [
|
|
|
1075 |
name = "jinja2"
|
1076 |
version = "3.1.2"
|
1077 |
description = "A very fast and expressive template engine."
|
|
|
1078 |
optional = false
|
1079 |
python-versions = ">=3.7"
|
1080 |
files = [
|
|
|
1092 |
name = "json5"
|
1093 |
version = "0.9.14"
|
1094 |
description = "A Python implementation of the JSON5 data format."
|
|
|
1095 |
optional = false
|
1096 |
python-versions = "*"
|
1097 |
files = [
|
|
|
1106 |
name = "jsonpointer"
|
1107 |
version = "2.3"
|
1108 |
description = "Identify specific nodes in a JSON document (RFC 6901)"
|
|
|
1109 |
optional = false
|
1110 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
1111 |
files = [
|
|
|
1117 |
name = "jsonschema"
|
1118 |
version = "4.17.3"
|
1119 |
description = "An implementation of JSON Schema validation for Python"
|
|
|
1120 |
optional = false
|
1121 |
python-versions = ">=3.7"
|
1122 |
files = [
|
|
|
1144 |
name = "jupyter-client"
|
1145 |
version = "8.2.0"
|
1146 |
description = "Jupyter protocol implementation and client libraries"
|
|
|
1147 |
optional = false
|
1148 |
python-versions = ">=3.8"
|
1149 |
files = [
|
|
|
1153 |
|
1154 |
[package.dependencies]
|
1155 |
importlib-metadata = {version = ">=4.8.3", markers = "python_version < \"3.10\""}
|
1156 |
+
jupyter-core = ">=4.12,<5.0.dev0 || >=5.1.dev0"
|
1157 |
python-dateutil = ">=2.8.2"
|
1158 |
pyzmq = ">=23.0"
|
1159 |
tornado = ">=6.2"
|
|
|
1167 |
name = "jupyter-contrib-core"
|
1168 |
version = "0.4.2"
|
1169 |
description = "Common utilities for jupyter-contrib projects."
|
|
|
1170 |
optional = false
|
1171 |
python-versions = "*"
|
1172 |
files = [
|
|
|
1187 |
name = "jupyter-contrib-nbextensions"
|
1188 |
version = "0.7.0"
|
1189 |
description = "A collection of Jupyter nbextensions."
|
|
|
1190 |
optional = false
|
1191 |
python-versions = "*"
|
1192 |
files = [
|
|
|
1212 |
name = "jupyter-core"
|
1213 |
version = "5.3.0"
|
1214 |
description = "Jupyter core package. A base package on which Jupyter projects rely."
|
|
|
1215 |
optional = false
|
1216 |
python-versions = ">=3.8"
|
1217 |
files = [
|
|
|
1232 |
name = "jupyter-events"
|
1233 |
version = "0.6.3"
|
1234 |
description = "Jupyter Event System library"
|
|
|
1235 |
optional = false
|
1236 |
python-versions = ">=3.7"
|
1237 |
files = [
|
|
|
1256 |
name = "jupyter-highlight-selected-word"
|
1257 |
version = "0.2.0"
|
1258 |
description = "Jupyter notebook extension that enables highlighting every instance of the current word in the notebook."
|
|
|
1259 |
optional = false
|
1260 |
python-versions = "*"
|
1261 |
files = [
|
|
|
1267 |
name = "jupyter-lsp"
|
1268 |
version = "2.1.0"
|
1269 |
description = "Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server"
|
|
|
1270 |
optional = false
|
1271 |
python-versions = ">=3.8"
|
1272 |
files = [
|
|
|
1282 |
name = "jupyter-nbextensions-configurator"
|
1283 |
version = "0.6.3"
|
1284 |
description = "jupyter serverextension providing configuration interfaces for nbextensions."
|
|
|
1285 |
optional = false
|
1286 |
python-versions = "*"
|
1287 |
files = [
|
|
|
1303 |
name = "jupyter-server"
|
1304 |
version = "2.5.0"
|
1305 |
description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications."
|
|
|
1306 |
optional = false
|
1307 |
python-versions = ">=3.8"
|
1308 |
files = [
|
|
|
1315 |
argon2-cffi = "*"
|
1316 |
jinja2 = "*"
|
1317 |
jupyter-client = ">=7.4.4"
|
1318 |
+
jupyter-core = ">=4.12,<5.0.dev0 || >=5.1.dev0"
|
1319 |
jupyter-events = ">=0.4.0"
|
1320 |
jupyter-server-terminals = "*"
|
1321 |
nbconvert = ">=6.4.4"
|
|
|
1338 |
name = "jupyter-server-terminals"
|
1339 |
version = "0.4.4"
|
1340 |
description = "A Jupyter Server Extension Providing Terminals."
|
|
|
1341 |
optional = false
|
1342 |
python-versions = ">=3.8"
|
1343 |
files = [
|
|
|
1357 |
name = "jupyterlab"
|
1358 |
version = "4.0.0"
|
1359 |
description = "JupyterLab computational environment"
|
|
|
1360 |
optional = false
|
1361 |
python-versions = ">=3.8"
|
1362 |
files = [
|
|
|
1389 |
name = "jupyterlab-pygments"
|
1390 |
version = "0.2.2"
|
1391 |
description = "Pygments theme using JupyterLab CSS variables"
|
|
|
1392 |
optional = false
|
1393 |
python-versions = ">=3.7"
|
1394 |
files = [
|
|
|
1400 |
name = "jupyterlab-server"
|
1401 |
version = "2.22.1"
|
1402 |
description = "A set of server components for JupyterLab and JupyterLab like applications."
|
|
|
1403 |
optional = false
|
1404 |
python-versions = ">=3.7"
|
1405 |
files = [
|
|
|
1426 |
name = "lxml"
|
1427 |
version = "4.9.2"
|
1428 |
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
|
|
|
1429 |
optional = false
|
1430 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
|
1431 |
files = [
|
|
|
1518 |
name = "markdown-it-py"
|
1519 |
version = "2.2.0"
|
1520 |
description = "Python port of markdown-it. Markdown parsing, done right!"
|
|
|
1521 |
optional = false
|
1522 |
python-versions = ">=3.7"
|
1523 |
files = [
|
|
|
1542 |
name = "markupsafe"
|
1543 |
version = "2.1.2"
|
1544 |
description = "Safely add untrusted strings to HTML/XML markup."
|
|
|
1545 |
optional = false
|
1546 |
python-versions = ">=3.7"
|
1547 |
files = [
|
|
|
1601 |
name = "matplotlib-inline"
|
1602 |
version = "0.1.6"
|
1603 |
description = "Inline Matplotlib backend for Jupyter"
|
|
|
1604 |
optional = false
|
1605 |
python-versions = ">=3.5"
|
1606 |
files = [
|
|
|
1615 |
name = "mdurl"
|
1616 |
version = "0.1.2"
|
1617 |
description = "Markdown URL utilities"
|
|
|
1618 |
optional = false
|
1619 |
python-versions = ">=3.7"
|
1620 |
files = [
|
|
|
1626 |
name = "mistune"
|
1627 |
version = "2.0.5"
|
1628 |
description = "A sane Markdown parser with useful plugins and renderers"
|
|
|
1629 |
optional = false
|
1630 |
python-versions = "*"
|
1631 |
files = [
|
|
|
1637 |
name = "mpmath"
|
1638 |
version = "1.3.0"
|
1639 |
description = "Python library for arbitrary-precision floating-point arithmetic"
|
|
|
1640 |
optional = false
|
1641 |
python-versions = "*"
|
1642 |
files = [
|
|
|
1654 |
name = "mutagen"
|
1655 |
version = "1.46.0"
|
1656 |
description = "read and write audio tags for many formats"
|
|
|
1657 |
optional = false
|
1658 |
python-versions = ">=3.7"
|
1659 |
files = [
|
|
|
1665 |
name = "mypy-extensions"
|
1666 |
version = "1.0.0"
|
1667 |
description = "Type system extensions for programs checked with the mypy type checker."
|
|
|
1668 |
optional = false
|
1669 |
python-versions = ">=3.5"
|
1670 |
files = [
|
|
|
1676 |
name = "nbclassic"
|
1677 |
version = "1.0.0"
|
1678 |
description = "Jupyter Notebook as a Jupyter Server extension."
|
|
|
1679 |
optional = false
|
1680 |
python-versions = ">=3.7"
|
1681 |
files = [
|
|
|
1711 |
name = "nbclient"
|
1712 |
version = "0.7.4"
|
1713 |
description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor."
|
|
|
1714 |
optional = false
|
1715 |
python-versions = ">=3.7.0"
|
1716 |
files = [
|
|
|
1720 |
|
1721 |
[package.dependencies]
|
1722 |
jupyter-client = ">=6.1.12"
|
1723 |
+
jupyter-core = ">=4.12,<5.0.dev0 || >=5.1.dev0"
|
1724 |
nbformat = ">=5.1"
|
1725 |
traitlets = ">=5.3"
|
1726 |
|
|
|
1733 |
name = "nbconvert"
|
1734 |
version = "7.4.0"
|
1735 |
description = "Converting Jupyter Notebooks"
|
|
|
1736 |
optional = false
|
1737 |
python-versions = ">=3.7"
|
1738 |
files = [
|
|
|
1771 |
name = "nbformat"
|
1772 |
version = "5.8.0"
|
1773 |
description = "The Jupyter Notebook format"
|
|
|
1774 |
optional = false
|
1775 |
python-versions = ">=3.7"
|
1776 |
files = [
|
|
|
1792 |
name = "nest-asyncio"
|
1793 |
version = "1.5.6"
|
1794 |
description = "Patch asyncio to allow nested event loops"
|
|
|
1795 |
optional = false
|
1796 |
python-versions = ">=3.5"
|
1797 |
files = [
|
|
|
1803 |
name = "networkx"
|
1804 |
version = "3.1"
|
1805 |
description = "Python package for creating and manipulating graphs and networks"
|
|
|
1806 |
optional = false
|
1807 |
python-versions = ">=3.8"
|
1808 |
files = [
|
|
|
1821 |
name = "notebook"
|
1822 |
version = "6.5.4"
|
1823 |
description = "A web-based notebook environment for interactive computing"
|
|
|
1824 |
optional = false
|
1825 |
python-versions = ">=3.7"
|
1826 |
files = [
|
|
|
1855 |
name = "notebook-shim"
|
1856 |
version = "0.2.3"
|
1857 |
description = "A shim layer for notebook traits and config"
|
|
|
1858 |
optional = false
|
1859 |
python-versions = ">=3.7"
|
1860 |
files = [
|
|
|
1872 |
name = "numpy"
|
1873 |
version = "1.24.3"
|
1874 |
description = "Fundamental package for array computing in Python"
|
|
|
1875 |
optional = false
|
1876 |
python-versions = ">=3.8"
|
1877 |
files = [
|
|
|
1909 |
name = "opencv-python"
|
1910 |
version = "4.7.0.72"
|
1911 |
description = "Wrapper package for OpenCV python bindings."
|
|
|
1912 |
optional = false
|
1913 |
python-versions = ">=3.6"
|
1914 |
files = [
|
|
|
1936 |
name = "packaging"
|
1937 |
version = "23.1"
|
1938 |
description = "Core utilities for Python packages"
|
|
|
1939 |
optional = false
|
1940 |
python-versions = ">=3.7"
|
1941 |
files = [
|
|
|
1947 |
name = "pandas"
|
1948 |
version = "2.0.1"
|
1949 |
description = "Powerful data structures for data analysis, time series, and statistics"
|
|
|
1950 |
optional = false
|
1951 |
python-versions = ">=3.8"
|
1952 |
files = [
|
|
|
2014 |
name = "pandocfilters"
|
2015 |
version = "1.5.0"
|
2016 |
description = "Utilities for writing pandoc filters in python"
|
|
|
2017 |
optional = false
|
2018 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2019 |
files = [
|
|
|
2025 |
name = "parso"
|
2026 |
version = "0.8.3"
|
2027 |
description = "A Python Parser"
|
|
|
2028 |
optional = false
|
2029 |
python-versions = ">=3.6"
|
2030 |
files = [
|
|
|
2040 |
name = "pathspec"
|
2041 |
version = "0.11.1"
|
2042 |
description = "Utility library for gitignore style pattern matching of file paths."
|
|
|
2043 |
optional = false
|
2044 |
python-versions = ">=3.7"
|
2045 |
files = [
|
|
|
2051 |
name = "pexpect"
|
2052 |
version = "4.8.0"
|
2053 |
description = "Pexpect allows easy control of interactive console applications."
|
|
|
2054 |
optional = false
|
2055 |
python-versions = "*"
|
2056 |
files = [
|
|
|
2065 |
name = "pickleshare"
|
2066 |
version = "0.7.5"
|
2067 |
description = "Tiny 'shelve'-like database with concurrency support"
|
|
|
2068 |
optional = false
|
2069 |
python-versions = "*"
|
2070 |
files = [
|
|
|
2076 |
name = "pillow"
|
2077 |
version = "9.5.0"
|
2078 |
description = "Python Imaging Library (Fork)"
|
|
|
2079 |
optional = false
|
2080 |
python-versions = ">=3.7"
|
2081 |
files = [
|
|
|
2155 |
name = "platformdirs"
|
2156 |
version = "3.5.1"
|
2157 |
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
|
|
2158 |
optional = false
|
2159 |
python-versions = ">=3.7"
|
2160 |
files = [
|
|
|
2170 |
name = "pluggy"
|
2171 |
version = "1.0.0"
|
2172 |
description = "plugin and hook calling mechanisms for python"
|
|
|
2173 |
optional = false
|
2174 |
python-versions = ">=3.6"
|
2175 |
files = [
|
|
|
2185 |
name = "prometheus-client"
|
2186 |
version = "0.16.0"
|
2187 |
description = "Python client for the Prometheus monitoring system."
|
|
|
2188 |
optional = false
|
2189 |
python-versions = ">=3.6"
|
2190 |
files = [
|
|
|
2199 |
name = "prompt-toolkit"
|
2200 |
version = "3.0.38"
|
2201 |
description = "Library for building powerful interactive command lines in Python"
|
|
|
2202 |
optional = false
|
2203 |
python-versions = ">=3.7.0"
|
2204 |
files = [
|
|
|
2213 |
name = "protobuf"
|
2214 |
version = "3.20.3"
|
2215 |
description = "Protocol Buffers"
|
|
|
2216 |
optional = false
|
2217 |
python-versions = ">=3.7"
|
2218 |
files = [
|
|
|
2244 |
name = "psutil"
|
2245 |
version = "5.9.5"
|
2246 |
description = "Cross-platform lib for process and system monitoring in Python."
|
|
|
2247 |
optional = false
|
2248 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2249 |
files = [
|
|
|
2270 |
name = "ptyprocess"
|
2271 |
version = "0.7.0"
|
2272 |
description = "Run a subprocess in a pseudo terminal"
|
|
|
2273 |
optional = false
|
2274 |
python-versions = "*"
|
2275 |
files = [
|
|
|
2281 |
name = "pure-eval"
|
2282 |
version = "0.2.2"
|
2283 |
description = "Safely evaluate AST nodes without side effects"
|
|
|
2284 |
optional = false
|
2285 |
python-versions = "*"
|
2286 |
files = [
|
|
|
2295 |
name = "pyarrow"
|
2296 |
version = "12.0.0"
|
2297 |
description = "Python library for Apache Arrow"
|
|
|
2298 |
optional = false
|
2299 |
python-versions = ">=3.7"
|
2300 |
files = [
|
|
|
2332 |
name = "pycparser"
|
2333 |
version = "2.21"
|
2334 |
description = "C parser in Python"
|
|
|
2335 |
optional = false
|
2336 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
2337 |
files = [
|
|
|
2343 |
name = "pycryptodomex"
|
2344 |
version = "3.18.0"
|
2345 |
description = "Cryptographic library for Python"
|
|
|
2346 |
optional = false
|
2347 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2348 |
files = [
|
|
|
2384 |
name = "pydeck"
|
2385 |
version = "0.8.0"
|
2386 |
description = "Widget for deck.gl maps"
|
|
|
2387 |
optional = false
|
2388 |
python-versions = ">=3.7"
|
2389 |
files = [
|
|
|
2403 |
name = "pygments"
|
2404 |
version = "2.15.1"
|
2405 |
description = "Pygments is a syntax highlighting package written in Python."
|
|
|
2406 |
optional = false
|
2407 |
python-versions = ">=3.7"
|
2408 |
files = [
|
|
|
2417 |
name = "pympler"
|
2418 |
version = "1.0.1"
|
2419 |
description = "A development tool to measure, monitor and analyze the memory behavior of Python objects."
|
|
|
2420 |
optional = false
|
2421 |
python-versions = ">=3.6"
|
2422 |
files = [
|
|
|
2428 |
name = "pyrsistent"
|
2429 |
version = "0.19.3"
|
2430 |
description = "Persistent/Functional/Immutable data structures"
|
|
|
2431 |
optional = false
|
2432 |
python-versions = ">=3.7"
|
2433 |
files = [
|
|
|
2464 |
name = "pytest"
|
2465 |
version = "7.3.1"
|
2466 |
description = "pytest: simple powerful testing with Python"
|
|
|
2467 |
optional = false
|
2468 |
python-versions = ">=3.7"
|
2469 |
files = [
|
|
|
2486 |
name = "python-dateutil"
|
2487 |
version = "2.8.2"
|
2488 |
description = "Extensions to the standard Python datetime module"
|
|
|
2489 |
optional = false
|
2490 |
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
2491 |
files = [
|
|
|
2500 |
name = "python-json-logger"
|
2501 |
version = "2.0.7"
|
2502 |
description = "A python library adding a json log formatter"
|
|
|
2503 |
optional = false
|
2504 |
python-versions = ">=3.6"
|
2505 |
files = [
|
|
|
2511 |
name = "pytz"
|
2512 |
version = "2023.3"
|
2513 |
description = "World timezone definitions, modern and historical"
|
|
|
2514 |
optional = false
|
2515 |
python-versions = "*"
|
2516 |
files = [
|
|
|
2522 |
name = "pywin32"
|
2523 |
version = "306"
|
2524 |
description = "Python for Window Extensions"
|
|
|
2525 |
optional = false
|
2526 |
python-versions = "*"
|
2527 |
files = [
|
|
|
2545 |
name = "pywinpty"
|
2546 |
version = "2.0.10"
|
2547 |
description = "Pseudo terminal support for Windows from Python."
|
|
|
2548 |
optional = false
|
2549 |
python-versions = ">=3.7"
|
2550 |
files = [
|
|
|
2560 |
name = "pyyaml"
|
2561 |
version = "6.0"
|
2562 |
description = "YAML parser and emitter for Python"
|
|
|
2563 |
optional = false
|
2564 |
python-versions = ">=3.6"
|
2565 |
files = [
|
|
|
2609 |
name = "pyzmq"
|
2610 |
version = "25.0.2"
|
2611 |
description = "Python bindings for 0MQ"
|
|
|
2612 |
optional = false
|
2613 |
python-versions = ">=3.6"
|
2614 |
files = [
|
|
|
2698 |
name = "regex"
|
2699 |
version = "2023.5.5"
|
2700 |
description = "Alternative regular expression module, to replace re."
|
|
|
2701 |
optional = false
|
2702 |
python-versions = ">=3.6"
|
2703 |
files = [
|
|
|
2795 |
name = "requests"
|
2796 |
version = "2.30.0"
|
2797 |
description = "Python HTTP for Humans."
|
|
|
2798 |
optional = false
|
2799 |
python-versions = ">=3.7"
|
2800 |
files = [
|
|
|
2816 |
name = "rfc3339-validator"
|
2817 |
version = "0.1.4"
|
2818 |
description = "A pure python RFC3339 validator"
|
|
|
2819 |
optional = false
|
2820 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2821 |
files = [
|
|
|
2830 |
name = "rfc3986-validator"
|
2831 |
version = "0.1.1"
|
2832 |
description = "Pure python rfc3986 validator"
|
|
|
2833 |
optional = false
|
2834 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
2835 |
files = [
|
|
|
2841 |
name = "rich"
|
2842 |
version = "13.3.5"
|
2843 |
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
|
|
|
2844 |
optional = false
|
2845 |
python-versions = ">=3.7.0"
|
2846 |
files = [
|
|
|
2855 |
[package.extras]
|
2856 |
jupyter = ["ipywidgets (>=7.5.1,<9)"]
|
2857 |
|
2858 |
+
[[package]]
|
2859 |
+
name = "semver"
|
2860 |
+
version = "3.0.0"
|
2861 |
+
description = "Python helper for Semantic Versioning (https://semver.org)"
|
2862 |
+
optional = false
|
2863 |
+
python-versions = ">=3.7"
|
2864 |
+
files = [
|
2865 |
+
{file = "semver-3.0.0-py3-none-any.whl", hash = "sha256:ab4f69fb1d1ecfb5d81f96411403d7a611fa788c45d252cf5b408025df3ab6ce"},
|
2866 |
+
{file = "semver-3.0.0.tar.gz", hash = "sha256:94df43924c4521ec7d307fc86da1531db6c2c33d9d5cdc3e64cca0eb68569269"},
|
2867 |
+
]
|
2868 |
+
|
2869 |
[[package]]
|
2870 |
name = "send2trash"
|
2871 |
version = "1.8.2"
|
2872 |
description = "Send file to trash natively under Mac OS X, Windows and Linux"
|
|
|
2873 |
optional = false
|
2874 |
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
2875 |
files = [
|
|
|
2886 |
name = "setuptools"
|
2887 |
version = "67.8.0"
|
2888 |
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
|
|
2889 |
optional = false
|
2890 |
python-versions = ">=3.7"
|
2891 |
files = [
|
|
|
2902 |
name = "six"
|
2903 |
version = "1.16.0"
|
2904 |
description = "Python 2 and 3 compatibility utilities"
|
|
|
2905 |
optional = false
|
2906 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
2907 |
files = [
|
|
|
2913 |
name = "smmap"
|
2914 |
version = "5.0.0"
|
2915 |
description = "A pure Python implementation of a sliding window memory map manager"
|
|
|
2916 |
optional = false
|
2917 |
python-versions = ">=3.6"
|
2918 |
files = [
|
|
|
2924 |
name = "sniffio"
|
2925 |
version = "1.3.0"
|
2926 |
description = "Sniff out which async library your code is running under"
|
|
|
2927 |
optional = false
|
2928 |
python-versions = ">=3.7"
|
2929 |
files = [
|
|
|
2935 |
name = "soupsieve"
|
2936 |
version = "2.4.1"
|
2937 |
description = "A modern CSS selector implementation for Beautiful Soup."
|
|
|
2938 |
optional = false
|
2939 |
python-versions = ">=3.7"
|
2940 |
files = [
|
|
|
2946 |
name = "stack-data"
|
2947 |
version = "0.6.2"
|
2948 |
description = "Extract data from python stack frames and tracebacks for informative displays"
|
|
|
2949 |
optional = false
|
2950 |
python-versions = "*"
|
2951 |
files = [
|
|
|
2963 |
|
2964 |
[[package]]
|
2965 |
name = "streamlit"
|
2966 |
+
version = "1.19.0"
|
2967 |
+
description = "The fastest way to build data apps in Python"
|
|
|
2968 |
optional = false
|
2969 |
python-versions = ">=3.7, !=3.9.7"
|
2970 |
files = [
|
2971 |
+
{file = "streamlit-1.19.0-py2.py3-none-any.whl", hash = "sha256:5387c89a9e930b97d46446516cf43f9156e1863713867050c7021cf97f10c0b3"},
|
2972 |
+
{file = "streamlit-1.19.0.tar.gz", hash = "sha256:e9793d351af5d4f7821c2ea81babf1c78cdbba69f057cf80d602dec56c4408f1"},
|
2973 |
]
|
2974 |
|
2975 |
[package.dependencies]
|
2976 |
+
altair = ">=3.2.0"
|
2977 |
blinker = ">=1.0.0"
|
2978 |
cachetools = ">=4.0"
|
2979 |
click = ">=7.0"
|
|
|
2981 |
importlib-metadata = ">=1.4"
|
2982 |
numpy = "*"
|
2983 |
packaging = ">=14.1"
|
2984 |
+
pandas = ">=0.25"
|
2985 |
pillow = ">=6.2.0"
|
2986 |
protobuf = ">=3.12,<4"
|
2987 |
pyarrow = ">=4.0"
|
|
|
2990 |
python-dateutil = "*"
|
2991 |
requests = ">=2.4"
|
2992 |
rich = ">=10.11.0"
|
2993 |
+
semver = "*"
|
2994 |
toml = "*"
|
2995 |
tornado = ">=6.0.3"
|
2996 |
typing-extensions = ">=3.10.0.0"
|
|
|
3005 |
name = "sympy"
|
3006 |
version = "1.12"
|
3007 |
description = "Computer algebra system (CAS) in Python"
|
|
|
3008 |
optional = false
|
3009 |
python-versions = ">=3.8"
|
3010 |
files = [
|
|
|
3015 |
[package.dependencies]
|
3016 |
mpmath = ">=0.19"
|
3017 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3018 |
[[package]]
|
3019 |
name = "terminado"
|
3020 |
version = "0.17.1"
|
3021 |
description = "Tornado websocket backend for the Xterm.js Javascript terminal emulator library."
|
|
|
3022 |
optional = false
|
3023 |
python-versions = ">=3.7"
|
3024 |
files = [
|
|
|
3039 |
name = "tinycss2"
|
3040 |
version = "1.2.1"
|
3041 |
description = "A tiny CSS parser"
|
|
|
3042 |
optional = false
|
3043 |
python-versions = ">=3.7"
|
3044 |
files = [
|
|
|
3057 |
name = "tokenize-rt"
|
3058 |
version = "5.0.0"
|
3059 |
description = "A wrapper around the stdlib `tokenize` which roundtrips."
|
|
|
3060 |
optional = false
|
3061 |
python-versions = ">=3.7"
|
3062 |
files = [
|
|
|
3068 |
name = "tokenizers"
|
3069 |
version = "0.13.3"
|
3070 |
description = "Fast and Customizable Tokenizers"
|
|
|
3071 |
optional = false
|
3072 |
python-versions = "*"
|
3073 |
files = [
|
|
|
3122 |
name = "toml"
|
3123 |
version = "0.10.2"
|
3124 |
description = "Python Library for Tom's Obvious, Minimal Language"
|
|
|
3125 |
optional = false
|
3126 |
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
3127 |
files = [
|
|
|
3133 |
name = "tomli"
|
3134 |
version = "2.0.1"
|
3135 |
description = "A lil' TOML parser"
|
|
|
3136 |
optional = false
|
3137 |
python-versions = ">=3.7"
|
3138 |
files = [
|
|
|
3144 |
name = "toolz"
|
3145 |
version = "0.12.0"
|
3146 |
description = "List processing tools and functional utilities"
|
|
|
3147 |
optional = false
|
3148 |
python-versions = ">=3.5"
|
3149 |
files = [
|
|
|
3155 |
name = "torch"
|
3156 |
version = "2.0.1"
|
3157 |
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
|
|
|
3158 |
optional = false
|
3159 |
python-versions = ">=3.8.0"
|
3160 |
files = [
|
|
|
3194 |
name = "torchvision"
|
3195 |
version = "0.15.2"
|
3196 |
description = "image and video datasets and models for torch deep learning"
|
|
|
3197 |
optional = false
|
3198 |
python-versions = ">=3.8"
|
3199 |
files = [
|
|
|
3221 |
|
3222 |
[package.dependencies]
|
3223 |
numpy = "*"
|
3224 |
+
pillow = ">=5.3.0,<8.3.dev0 || >=8.4.dev0"
|
3225 |
requests = "*"
|
3226 |
torch = "2.0.1"
|
3227 |
|
|
|
3232 |
name = "tornado"
|
3233 |
version = "6.3.2"
|
3234 |
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
|
|
|
3235 |
optional = false
|
3236 |
python-versions = ">= 3.8"
|
3237 |
files = [
|
|
|
3252 |
name = "tqdm"
|
3253 |
version = "4.65.0"
|
3254 |
description = "Fast, Extensible Progress Meter"
|
|
|
3255 |
optional = false
|
3256 |
python-versions = ">=3.7"
|
3257 |
files = [
|
|
|
3272 |
name = "traitlets"
|
3273 |
version = "5.9.0"
|
3274 |
description = "Traitlets Python configuration system"
|
|
|
3275 |
optional = false
|
3276 |
python-versions = ">=3.7"
|
3277 |
files = [
|
|
|
3287 |
name = "transformers"
|
3288 |
version = "4.29.2"
|
3289 |
description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
|
|
|
3290 |
optional = false
|
3291 |
python-versions = ">=3.7.0"
|
3292 |
files = [
|
|
|
3355 |
name = "typing-extensions"
|
3356 |
version = "4.5.0"
|
3357 |
description = "Backported and Experimental Type Hints for Python 3.7+"
|
|
|
3358 |
optional = false
|
3359 |
python-versions = ">=3.7"
|
3360 |
files = [
|
|
|
3366 |
name = "tzdata"
|
3367 |
version = "2023.3"
|
3368 |
description = "Provider of IANA time zone data"
|
|
|
3369 |
optional = false
|
3370 |
python-versions = ">=2"
|
3371 |
files = [
|
|
|
3377 |
name = "tzlocal"
|
3378 |
version = "5.0.1"
|
3379 |
description = "tzinfo object for the local timezone"
|
|
|
3380 |
optional = false
|
3381 |
python-versions = ">=3.7"
|
3382 |
files = [
|
|
|
3394 |
name = "uri-template"
|
3395 |
version = "1.2.0"
|
3396 |
description = "RFC 6570 URI Template Processor"
|
|
|
3397 |
optional = false
|
3398 |
python-versions = ">=3.6"
|
3399 |
files = [
|
|
|
3408 |
name = "urllib3"
|
3409 |
version = "1.26.15"
|
3410 |
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
|
3411 |
optional = false
|
3412 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
3413 |
files = [
|
|
|
3424 |
name = "validators"
|
3425 |
version = "0.20.0"
|
3426 |
description = "Python Data Validation for Humans™."
|
|
|
3427 |
optional = false
|
3428 |
python-versions = ">=3.4"
|
3429 |
files = [
|
|
|
3440 |
name = "watchdog"
|
3441 |
version = "3.0.0"
|
3442 |
description = "Filesystem events monitoring"
|
|
|
3443 |
optional = false
|
3444 |
python-versions = ">=3.7"
|
3445 |
files = [
|
|
|
3479 |
name = "wcwidth"
|
3480 |
version = "0.2.6"
|
3481 |
description = "Measures the displayed width of unicode strings in a terminal"
|
|
|
3482 |
optional = false
|
3483 |
python-versions = "*"
|
3484 |
files = [
|
|
|
3490 |
name = "webcolors"
|
3491 |
version = "1.13"
|
3492 |
description = "A library for working with the color formats defined by HTML and CSS."
|
|
|
3493 |
optional = false
|
3494 |
python-versions = ">=3.7"
|
3495 |
files = [
|
|
|
3505 |
name = "webencodings"
|
3506 |
version = "0.5.1"
|
3507 |
description = "Character encoding aliases for legacy web content"
|
|
|
3508 |
optional = false
|
3509 |
python-versions = "*"
|
3510 |
files = [
|
|
|
3514 |
|
3515 |
[[package]]
|
3516 |
name = "websocket-client"
|
3517 |
+
version = "1.5.2"
|
3518 |
description = "WebSocket client for Python with low level API options"
|
|
|
3519 |
optional = false
|
3520 |
python-versions = ">=3.7"
|
3521 |
files = [
|
3522 |
+
{file = "websocket-client-1.5.2.tar.gz", hash = "sha256:c7d67c13b928645f259d9b847ab5b57fd2d127213ca41ebd880de1f553b7c23b"},
|
3523 |
+
{file = "websocket_client-1.5.2-py3-none-any.whl", hash = "sha256:f8c64e28cd700e7ba1f04350d66422b6833b82a796b525a51e740b8cc8dab4b1"},
|
3524 |
]
|
3525 |
|
3526 |
[package.extras]
|
|
|
3532 |
name = "websockets"
|
3533 |
version = "11.0.3"
|
3534 |
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
|
|
|
3535 |
optional = false
|
3536 |
python-versions = ">=3.7"
|
3537 |
files = [
|
|
|
3611 |
name = "youtube-dl"
|
3612 |
version = "2021.12.17"
|
3613 |
description = "YouTube video downloader"
|
|
|
3614 |
optional = false
|
3615 |
python-versions = "*"
|
3616 |
files = [
|
|
|
3622 |
name = "yt-dlp"
|
3623 |
version = "2023.3.4"
|
3624 |
description = "A youtube-dl fork with additional features and patches"
|
|
|
3625 |
optional = false
|
3626 |
python-versions = ">=3.7"
|
3627 |
files = [
|
|
|
3641 |
name = "zipp"
|
3642 |
version = "3.15.0"
|
3643 |
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
|
3644 |
optional = false
|
3645 |
python-versions = ">=3.7"
|
3646 |
files = [
|
|
|
3655 |
[metadata]
|
3656 |
lock-version = "2.0"
|
3657 |
python-versions = ">=3.9,<3.9.7 || >3.9.7,<4.0"
|
3658 |
+
content-hash = "2de5b00ee38dc17387267674f56caae87d1e74419bb69e8182fa03e06031751d"
|
pyproject.toml
CHANGED
@@ -9,7 +9,7 @@ packages = [{include = "video_semantic_search"}]
|
|
9 |
|
10 |
[tool.poetry.dependencies]
|
11 |
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
|
12 |
-
streamlit = "
|
13 |
pandas = "^2.0.1"
|
14 |
pyarrow = "^12.0.0"
|
15 |
# need to pin faiss-cpu to 1.6.5 because of segfaults when interacting with streamlit
|
|
|
9 |
|
10 |
[tool.poetry.dependencies]
|
11 |
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
|
12 |
+
streamlit = "1.19.0"
|
13 |
pandas = "^2.0.1"
|
14 |
pyarrow = "^12.0.0"
|
15 |
# need to pin faiss-cpu to 1.6.5 because of segfaults when interacting with streamlit
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
altair==
|
2 |
anyio==3.6.2
|
3 |
appnope==0.1.3
|
4 |
argon2-cffi==21.3.0
|
@@ -9,64 +9,82 @@ async-lru==2.0.2
|
|
9 |
attrs==23.1.0
|
10 |
Babel==2.12.1
|
11 |
backcall==0.2.0
|
|
|
12 |
beautifulsoup4==4.12.2
|
13 |
black==23.3.0
|
14 |
bleach==6.0.0
|
15 |
blinker==1.6.2
|
16 |
Brotli==1.0.9
|
|
|
|
|
|
|
17 |
cachetools==5.3.0
|
18 |
certifi==2023.5.7
|
19 |
cffi==1.15.1
|
20 |
charset-normalizer==3.1.0
|
|
|
21 |
click==8.1.3
|
|
|
22 |
comm==0.1.3
|
|
|
|
|
23 |
debugpy==1.6.7
|
24 |
decorator==5.1.1
|
25 |
defusedxml==0.7.1
|
|
|
|
|
26 |
entrypoints==0.4
|
27 |
exceptiongroup==1.1.1
|
28 |
executing==1.2.0
|
29 |
-
faiss-cpu==1.
|
30 |
fastjsonschema==2.17.0
|
31 |
filelock==3.12.0
|
32 |
fqdn==1.5.1
|
33 |
fsspec==2023.5.0
|
34 |
gitdb==4.0.10
|
35 |
GitPython==3.1.31
|
|
|
36 |
huggingface-hub==0.14.1
|
37 |
idna==3.4
|
38 |
importlib-metadata==6.6.0
|
|
|
39 |
iniconfig==2.0.0
|
|
|
40 |
ipykernel==6.23.1
|
41 |
ipython==8.13.2
|
42 |
ipython-genutils==0.2.0
|
43 |
isoduration==20.11.0
|
44 |
isort==5.12.0
|
|
|
45 |
jedi==0.18.2
|
46 |
Jinja2==3.1.2
|
47 |
json5==0.9.14
|
48 |
jsonpointer==2.3
|
49 |
jsonschema==4.17.3
|
|
|
50 |
jupyter-contrib-core==0.4.2
|
51 |
jupyter-contrib-nbextensions==0.7.0
|
|
|
52 |
jupyter-events==0.6.3
|
53 |
jupyter-highlight-selected-word==0.2.0
|
54 |
jupyter-lsp==2.1.0
|
55 |
jupyter-nbextensions-configurator==0.6.3
|
56 |
-
jupyter_client==8.2.0
|
57 |
-
jupyter_core==5.3.0
|
58 |
jupyter_server==2.5.0
|
59 |
jupyter_server_terminals==0.4.4
|
60 |
jupyterlab==4.0.0
|
61 |
jupyterlab-pygments==0.2.2
|
62 |
jupyterlab_server==2.22.1
|
|
|
|
|
63 |
lxml==4.9.2
|
64 |
markdown-it-py==2.2.0
|
65 |
MarkupSafe==2.1.2
|
66 |
matplotlib-inline==0.1.6
|
67 |
mdurl==0.1.2
|
68 |
mistune==2.0.5
|
|
|
69 |
mpmath==1.3.0
|
|
|
70 |
mutagen==1.46.0
|
71 |
mypy-extensions==1.0.0
|
72 |
nbclassic==1.0.0
|
@@ -87,8 +105,14 @@ pathspec==0.11.1
|
|
87 |
pexpect==4.8.0
|
88 |
pickleshare==0.7.5
|
89 |
Pillow==9.5.0
|
|
|
|
|
|
|
90 |
platformdirs==3.5.1
|
91 |
pluggy==1.0.0
|
|
|
|
|
|
|
92 |
prometheus-client==0.16.0
|
93 |
prompt-toolkit==3.0.38
|
94 |
protobuf==3.20.3
|
@@ -101,27 +125,33 @@ pycryptodomex==3.18.0
|
|
101 |
pydeck==0.8.0
|
102 |
Pygments==2.15.1
|
103 |
Pympler==1.0.1
|
|
|
|
|
104 |
pyrsistent==0.19.3
|
|
|
105 |
pytest==7.3.1
|
106 |
python-dateutil==2.8.2
|
107 |
python-json-logger==2.0.7
|
108 |
pytz==2023.3
|
109 |
PyYAML==6.0
|
110 |
pyzmq==25.0.2
|
|
|
111 |
regex==2023.5.5
|
112 |
requests==2.30.0
|
|
|
113 |
rfc3339-validator==0.1.4
|
114 |
rfc3986-validator==0.1.1
|
115 |
rich==13.3.5
|
|
|
116 |
Send2Trash==1.8.2
|
|
|
|
|
117 |
six==1.16.0
|
118 |
smmap==5.0.0
|
119 |
sniffio==1.3.0
|
120 |
soupsieve==2.4.1
|
121 |
-
st-click-detector==0.1.3
|
122 |
-
st-clickable-images==0.0.3
|
123 |
stack-data==0.6.2
|
124 |
-
streamlit==1.
|
125 |
sympy==1.12
|
126 |
tenacity==8.2.2
|
127 |
terminado==0.17.1
|
@@ -130,6 +160,7 @@ tokenize-rt==5.0.0
|
|
130 |
tokenizers==0.13.3
|
131 |
toml==0.10.2
|
132 |
tomli==2.0.1
|
|
|
133 |
toolz==0.12.0
|
134 |
torch==2.0.1
|
135 |
torchvision==0.15.2
|
@@ -137,18 +168,21 @@ tornado==6.3.2
|
|
137 |
tqdm==4.65.0
|
138 |
traitlets==5.9.0
|
139 |
transformers==4.29.2
|
|
|
140 |
typing_extensions==4.5.0
|
141 |
tzdata==2023.3
|
142 |
tzlocal==5.0.1
|
143 |
uri-template==1.2.0
|
144 |
urllib3==1.26.15
|
145 |
validators==0.20.0
|
146 |
-
|
147 |
wcwidth==0.2.6
|
148 |
webcolors==1.13
|
149 |
webencodings==0.5.1
|
150 |
-
websocket-client==1.5.
|
151 |
websockets==11.0.3
|
|
|
|
|
152 |
youtube-dl==2021.12.17
|
153 |
yt-dlp==2023.3.4
|
154 |
zipp==3.15.0
|
|
|
1 |
+
altair==5.0.0
|
2 |
anyio==3.6.2
|
3 |
appnope==0.1.3
|
4 |
argon2-cffi==21.3.0
|
|
|
9 |
attrs==23.1.0
|
10 |
Babel==2.12.1
|
11 |
backcall==0.2.0
|
12 |
+
backports.cached-property==1.0.2
|
13 |
beautifulsoup4==4.12.2
|
14 |
black==23.3.0
|
15 |
bleach==6.0.0
|
16 |
blinker==1.6.2
|
17 |
Brotli==1.0.9
|
18 |
+
brotlipy==0.7.0
|
19 |
+
build==0.10.0
|
20 |
+
CacheControl==0.12.11
|
21 |
cachetools==5.3.0
|
22 |
certifi==2023.5.7
|
23 |
cffi==1.15.1
|
24 |
charset-normalizer==3.1.0
|
25 |
+
cleo==2.0.1
|
26 |
click==8.1.3
|
27 |
+
colorama==0.4.6
|
28 |
comm==0.1.3
|
29 |
+
crashtest==0.4.1
|
30 |
+
cryptography==40.0.2
|
31 |
debugpy==1.6.7
|
32 |
decorator==5.1.1
|
33 |
defusedxml==0.7.1
|
34 |
+
distlib==0.3.6
|
35 |
+
dulwich==0.21.5
|
36 |
entrypoints==0.4
|
37 |
exceptiongroup==1.1.1
|
38 |
executing==1.2.0
|
39 |
+
faiss-cpu==1.7.4
|
40 |
fastjsonschema==2.17.0
|
41 |
filelock==3.12.0
|
42 |
fqdn==1.5.1
|
43 |
fsspec==2023.5.0
|
44 |
gitdb==4.0.10
|
45 |
GitPython==3.1.31
|
46 |
+
html5lib==1.1
|
47 |
huggingface-hub==0.14.1
|
48 |
idna==3.4
|
49 |
importlib-metadata==6.6.0
|
50 |
+
importlib-resources==5.12.0
|
51 |
iniconfig==2.0.0
|
52 |
+
installer==0.7.0
|
53 |
ipykernel==6.23.1
|
54 |
ipython==8.13.2
|
55 |
ipython-genutils==0.2.0
|
56 |
isoduration==20.11.0
|
57 |
isort==5.12.0
|
58 |
+
jaraco.classes==3.2.3
|
59 |
jedi==0.18.2
|
60 |
Jinja2==3.1.2
|
61 |
json5==0.9.14
|
62 |
jsonpointer==2.3
|
63 |
jsonschema==4.17.3
|
64 |
+
jupyter_client==8.2.0
|
65 |
jupyter-contrib-core==0.4.2
|
66 |
jupyter-contrib-nbextensions==0.7.0
|
67 |
+
jupyter_core==5.3.0
|
68 |
jupyter-events==0.6.3
|
69 |
jupyter-highlight-selected-word==0.2.0
|
70 |
jupyter-lsp==2.1.0
|
71 |
jupyter-nbextensions-configurator==0.6.3
|
|
|
|
|
72 |
jupyter_server==2.5.0
|
73 |
jupyter_server_terminals==0.4.4
|
74 |
jupyterlab==4.0.0
|
75 |
jupyterlab-pygments==0.2.2
|
76 |
jupyterlab_server==2.22.1
|
77 |
+
keyring==23.13.1
|
78 |
+
lockfile==0.12.2
|
79 |
lxml==4.9.2
|
80 |
markdown-it-py==2.2.0
|
81 |
MarkupSafe==2.1.2
|
82 |
matplotlib-inline==0.1.6
|
83 |
mdurl==0.1.2
|
84 |
mistune==2.0.5
|
85 |
+
more-itertools==9.1.0
|
86 |
mpmath==1.3.0
|
87 |
+
msgpack==1.0.5
|
88 |
mutagen==1.46.0
|
89 |
mypy-extensions==1.0.0
|
90 |
nbclassic==1.0.0
|
|
|
105 |
pexpect==4.8.0
|
106 |
pickleshare==0.7.5
|
107 |
Pillow==9.5.0
|
108 |
+
pip==23.1.2
|
109 |
+
pkginfo==1.9.6
|
110 |
+
pkgutil_resolve_name==1.3.10
|
111 |
platformdirs==3.5.1
|
112 |
pluggy==1.0.0
|
113 |
+
poetry==1.5.0
|
114 |
+
poetry-core==1.6.0
|
115 |
+
poetry-plugin-export==1.3.1
|
116 |
prometheus-client==0.16.0
|
117 |
prompt-toolkit==3.0.38
|
118 |
protobuf==3.20.3
|
|
|
125 |
pydeck==0.8.0
|
126 |
Pygments==2.15.1
|
127 |
Pympler==1.0.1
|
128 |
+
pyOpenSSL==23.1.1
|
129 |
+
pyproject_hooks==1.0.0
|
130 |
pyrsistent==0.19.3
|
131 |
+
PySocks==1.7.1
|
132 |
pytest==7.3.1
|
133 |
python-dateutil==2.8.2
|
134 |
python-json-logger==2.0.7
|
135 |
pytz==2023.3
|
136 |
PyYAML==6.0
|
137 |
pyzmq==25.0.2
|
138 |
+
rapidfuzz==2.15.1
|
139 |
regex==2023.5.5
|
140 |
requests==2.30.0
|
141 |
+
requests-toolbelt==1.0.0
|
142 |
rfc3339-validator==0.1.4
|
143 |
rfc3986-validator==0.1.1
|
144 |
rich==13.3.5
|
145 |
+
semver==3.0.0
|
146 |
Send2Trash==1.8.2
|
147 |
+
setuptools==67.8.0
|
148 |
+
shellingham==1.5.1
|
149 |
six==1.16.0
|
150 |
smmap==5.0.0
|
151 |
sniffio==1.3.0
|
152 |
soupsieve==2.4.1
|
|
|
|
|
153 |
stack-data==0.6.2
|
154 |
+
streamlit==1.19.0
|
155 |
sympy==1.12
|
156 |
tenacity==8.2.2
|
157 |
terminado==0.17.1
|
|
|
160 |
tokenizers==0.13.3
|
161 |
toml==0.10.2
|
162 |
tomli==2.0.1
|
163 |
+
tomlkit==0.11.8
|
164 |
toolz==0.12.0
|
165 |
torch==2.0.1
|
166 |
torchvision==0.15.2
|
|
|
168 |
tqdm==4.65.0
|
169 |
traitlets==5.9.0
|
170 |
transformers==4.29.2
|
171 |
+
trove-classifiers==2023.5.2
|
172 |
typing_extensions==4.5.0
|
173 |
tzdata==2023.3
|
174 |
tzlocal==5.0.1
|
175 |
uri-template==1.2.0
|
176 |
urllib3==1.26.15
|
177 |
validators==0.20.0
|
178 |
+
virtualenv==20.23.0
|
179 |
wcwidth==0.2.6
|
180 |
webcolors==1.13
|
181 |
webencodings==0.5.1
|
182 |
+
websocket-client==1.5.2
|
183 |
websockets==11.0.3
|
184 |
+
wheel==0.40.0
|
185 |
+
xattr==0.10.1
|
186 |
youtube-dl==2021.12.17
|
187 |
yt-dlp==2023.3.4
|
188 |
zipp==3.15.0
|