Update requirements.txt
Browse files- requirements.txt +28 -6
requirements.txt
CHANGED
@@ -6,11 +6,13 @@ cachetools==5.5.2; python_version >= '3.7'
|
|
6 |
certifi==2025.1.31; python_version >= '3.6'
|
7 |
charset-normalizer==3.4.1; python_version >= '3.7'
|
8 |
click==8.1.8; python_version >= '3.7'
|
9 |
-
colorama==0.4.6;
|
10 |
filelock==3.18.0; python_version >= '3.9'
|
11 |
fsspec==2025.3.0; python_version >= '3.8'
|
|
|
12 |
gitdb==4.0.12; python_version >= '3.7'
|
13 |
gitpython==3.1.44; python_version >= '3.7'
|
|
|
14 |
htbuilder==0.9.0; python_version >= '3.7'
|
15 |
huggingface-hub==0.29.3; python_full_version >= '3.8.0'
|
16 |
idna==3.10; python_version >= '3.6'
|
@@ -18,7 +20,18 @@ jinja2==3.1.6; python_version >= '3.7'
|
|
18 |
joblib==1.4.2; python_version >= '3.8'
|
19 |
jsonschema==4.23.0; python_version >= '3.8'
|
20 |
jsonschema-specifications==2024.10.1; python_version >= '3.9'
|
|
|
|
|
|
|
|
|
21 |
markupsafe==3.0.2; python_version >= '3.9'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
mpmath==1.3.0
|
23 |
narwhals==1.32.0; python_version >= '3.8'
|
24 |
nest-asyncio==1.6.0; python_version >= '3.5'
|
@@ -27,32 +40,41 @@ nltk==3.9.1; python_version >= '3.8'
|
|
27 |
numpy==2.2.4; python_version >= '3.10'
|
28 |
packaging==24.2; python_version >= '3.8'
|
29 |
pandas==2.2.3; python_version >= '3.9'
|
|
|
30 |
pillow==11.1.0; python_version >= '3.9'
|
|
|
31 |
protobuf==5.29.4; python_version >= '3.8'
|
32 |
pyarrow==19.0.1; python_version >= '3.9'
|
33 |
pydeck==0.9.1; python_version >= '3.8'
|
|
|
|
|
34 |
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
35 |
pytz==2025.2
|
36 |
pyyaml==6.0.2; python_version >= '3.8'
|
|
|
37 |
referencing==0.36.2; python_version >= '3.9'
|
38 |
regex==2024.11.6; python_version >= '3.8'
|
39 |
requests==2.32.3; python_version >= '3.8'
|
40 |
-
|
|
|
41 |
safetensors==0.5.3; python_version >= '3.7'
|
42 |
-
setuptools==78.1.0; python_version >= '3.
|
|
|
43 |
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
44 |
smmap==5.0.2; python_version >= '3.7'
|
45 |
st-annotated-text==4.0.2; python_version >= '3.5'
|
46 |
streamlit==1.44.0; python_version >= '3.9' and python_full_version != '3.9.7'
|
47 |
-
sympy==1.13.1; python_version >= '3.
|
48 |
tenacity==9.0.0; python_version >= '3.8'
|
49 |
tokenizers==0.21.1; python_version >= '3.9'
|
50 |
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
|
51 |
torch==2.6.0; python_full_version >= '3.9.0'
|
52 |
tornado==6.4.2; python_version >= '3.8'
|
53 |
tqdm==4.67.1; python_version >= '3.7'
|
54 |
-
transformers==4.50.
|
|
|
55 |
typing-extensions==4.13.0; python_version >= '3.8'
|
56 |
tzdata==2025.2; python_version >= '2'
|
57 |
urllib3==2.3.0; python_version >= '3.9'
|
58 |
-
watchdog==6.0.0;
|
|
|
|
6 |
certifi==2025.1.31; python_version >= '3.6'
|
7 |
charset-normalizer==3.4.1; python_version >= '3.7'
|
8 |
click==8.1.8; python_version >= '3.7'
|
9 |
+
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
|
10 |
filelock==3.18.0; python_version >= '3.9'
|
11 |
fsspec==2025.3.0; python_version >= '3.8'
|
12 |
+
ghp-import==2.1.0
|
13 |
gitdb==4.0.12; python_version >= '3.7'
|
14 |
gitpython==3.1.44; python_version >= '3.7'
|
15 |
+
griffe==1.7.0; python_version >= '3.9'
|
16 |
htbuilder==0.9.0; python_version >= '3.7'
|
17 |
huggingface-hub==0.29.3; python_full_version >= '3.8.0'
|
18 |
idna==3.10; python_version >= '3.6'
|
|
|
20 |
joblib==1.4.2; python_version >= '3.8'
|
21 |
jsonschema==4.23.0; python_version >= '3.8'
|
22 |
jsonschema-specifications==2024.10.1; python_version >= '3.9'
|
23 |
+
logger==1.4
|
24 |
+
loguru==0.7.3; python_version >= '3.5' and python_version < '4.0'
|
25 |
+
markdown==3.7; python_version >= '3.8'
|
26 |
+
markdown-it-py==3.0.0; python_version >= '3.8'
|
27 |
markupsafe==3.0.2; python_version >= '3.9'
|
28 |
+
mdurl==0.1.2; python_version >= '3.7'
|
29 |
+
mergedeep==1.3.4; python_version >= '3.6'
|
30 |
+
mkdocs==1.6.1; python_version >= '3.8'
|
31 |
+
mkdocs-autorefs==1.4.1; python_version >= '3.9'
|
32 |
+
mkdocs-get-deps==0.2.0; python_version >= '3.8'
|
33 |
+
mkdocstrings==0.29.0; python_version >= '3.9'
|
34 |
+
mkdocstrings-python==1.16.8; python_version >= '3.9'
|
35 |
mpmath==1.3.0
|
36 |
narwhals==1.32.0; python_version >= '3.8'
|
37 |
nest-asyncio==1.6.0; python_version >= '3.5'
|
|
|
40 |
numpy==2.2.4; python_version >= '3.10'
|
41 |
packaging==24.2; python_version >= '3.8'
|
42 |
pandas==2.2.3; python_version >= '3.9'
|
43 |
+
pathspec==0.12.1; python_version >= '3.8'
|
44 |
pillow==11.1.0; python_version >= '3.9'
|
45 |
+
platformdirs==4.3.7; python_version >= '3.9'
|
46 |
protobuf==5.29.4; python_version >= '3.8'
|
47 |
pyarrow==19.0.1; python_version >= '3.9'
|
48 |
pydeck==0.9.1; python_version >= '3.8'
|
49 |
+
pygments==2.19.1; python_version >= '3.8'
|
50 |
+
pymdown-extensions==10.14.3; python_version >= '3.8'
|
51 |
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
52 |
pytz==2025.2
|
53 |
pyyaml==6.0.2; python_version >= '3.8'
|
54 |
+
pyyaml-env-tag==0.1; python_version >= '3.6'
|
55 |
referencing==0.36.2; python_version >= '3.9'
|
56 |
regex==2024.11.6; python_version >= '3.8'
|
57 |
requests==2.32.3; python_version >= '3.8'
|
58 |
+
rich==13.9.4; python_full_version >= '3.8.0'
|
59 |
+
rpds-py==0.24.0; python_version >= '3.9'
|
60 |
safetensors==0.5.3; python_version >= '3.7'
|
61 |
+
setuptools==78.1.0; python_version >= '3.9'
|
62 |
+
shellingham==1.5.4; python_version >= '3.7'
|
63 |
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
64 |
smmap==5.0.2; python_version >= '3.7'
|
65 |
st-annotated-text==4.0.2; python_version >= '3.5'
|
66 |
streamlit==1.44.0; python_version >= '3.9' and python_full_version != '3.9.7'
|
67 |
+
sympy==1.13.1; python_version >= '3.8'
|
68 |
tenacity==9.0.0; python_version >= '3.8'
|
69 |
tokenizers==0.21.1; python_version >= '3.9'
|
70 |
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
|
71 |
torch==2.6.0; python_full_version >= '3.9.0'
|
72 |
tornado==6.4.2; python_version >= '3.8'
|
73 |
tqdm==4.67.1; python_version >= '3.7'
|
74 |
+
transformers==4.50.2; python_full_version >= '3.9.0'
|
75 |
+
typer==0.15.2; python_version >= '3.7'
|
76 |
typing-extensions==4.13.0; python_version >= '3.8'
|
77 |
tzdata==2025.2; python_version >= '2'
|
78 |
urllib3==2.3.0; python_version >= '3.9'
|
79 |
+
watchdog==6.0.0; python_version >= '3.9'
|
80 |
+
win32-setctime==1.2.0; python_version >= '3.5'
|