Spaces:
Sleeping
Sleeping
João Pedro
commited on
Commit
·
a0381d7
1
Parent(s):
056ccc3
change requirements
Browse files- requirements.txt +50 -17
requirements.txt
CHANGED
@@ -1,26 +1,59 @@
|
|
|
|
1 |
argcomplete==3.3.0
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
markdown-it-py==3.0.0
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
14 |
pipx==1.5.0
|
15 |
platformdirs==4.2.2
|
|
|
16 |
protobuf==5.29.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
requests==2.32.3
|
18 |
-
|
|
|
|
|
19 |
six==1.17.0
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
23 |
typing_extensions==4.12.2
|
|
|
|
|
24 |
userpath==1.9.2
|
25 |
-
Werkzeug==3.1.3
|
26 |
-
wheel==0.44.0
|
|
|
1 |
+
altair==5.5.0
|
2 |
argcomplete==3.3.0
|
3 |
+
attrs==25.1.0
|
4 |
+
-e git+https://gitlab.com/gateless/doc-ops@64357fc6112d09e10da7a1f540745431f75b52f4#egg=batch_analysis&subdirectory=doc-ops-py/cli/g8way
|
5 |
+
blinker==1.9.0
|
6 |
+
botocore==1.36.0
|
7 |
+
cachetools==5.5.1
|
8 |
+
certifi==2024.12.14
|
9 |
+
charset-normalizer==3.4.1
|
10 |
+
click==8.1.8
|
11 |
+
filelock==3.17.0
|
12 |
+
fsspec==2024.12.0
|
13 |
+
gitdb==4.0.12
|
14 |
+
GitPython==3.1.44
|
15 |
+
huggingface-hub==0.27.1
|
16 |
+
idna==3.10
|
17 |
+
Jinja2==3.1.5
|
18 |
+
jmespath==1.0.1
|
19 |
+
jsonpath-ng==1.7.0
|
20 |
+
jsonschema==4.23.0
|
21 |
+
jsonschema-specifications==2024.10.1
|
22 |
markdown-it-py==3.0.0
|
23 |
+
MarkupSafe==3.0.2
|
24 |
+
mdurl==0.1.2
|
25 |
+
narwhals==1.23.0
|
26 |
+
numpy==2.2.2
|
27 |
+
packaging==24.1
|
28 |
+
pandas==2.2.3
|
29 |
+
pdf2image==1.17.0
|
30 |
+
pillow==11.1.0
|
31 |
pipx==1.5.0
|
32 |
platformdirs==4.2.2
|
33 |
+
ply==3.11
|
34 |
protobuf==5.29.3
|
35 |
+
pyarrow==19.0.0
|
36 |
+
pydeck==0.9.1
|
37 |
+
Pygments==2.19.1
|
38 |
+
python-dateutil==2.9.0.post0
|
39 |
+
pytz==2024.2
|
40 |
+
PyYAML==6.0.2
|
41 |
+
referencing==0.36.2
|
42 |
+
regex==2024.11.6
|
43 |
requests==2.32.3
|
44 |
+
rich==13.9.4
|
45 |
+
rpds-py==0.22.3
|
46 |
+
safetensors==0.5.2
|
47 |
six==1.17.0
|
48 |
+
smmap==5.0.2
|
49 |
+
streamlit==1.41.1
|
50 |
+
tenacity==9.0.0
|
51 |
+
tokenizers==0.21.0
|
52 |
+
toml==0.10.2
|
53 |
+
tornado==6.4.2
|
54 |
+
tqdm==4.67.1
|
55 |
+
transformers==4.48.1
|
56 |
typing_extensions==4.12.2
|
57 |
+
tzdata==2025.1
|
58 |
+
urllib3==2.3.0
|
59 |
userpath==1.9.2
|
|
|
|