Spaces:
Sleeping
Sleeping
João Pedro
commited on
Commit
·
e20ba60
1
Parent(s):
11deda5
update requirements
Browse files- requirements.txt +51 -8
requirements.txt
CHANGED
@@ -1,39 +1,66 @@
|
|
|
|
|
|
|
|
|
|
1 |
altair==5.5.0
|
|
|
2 |
argcomplete==3.3.0
|
|
|
3 |
attrs==25.1.0
|
4 |
blinker==1.9.0
|
5 |
-
botocore==1.36.0
|
6 |
cachetools==5.5.1
|
7 |
certifi==2024.12.14
|
8 |
charset-normalizer==3.4.1
|
9 |
click==8.1.8
|
|
|
|
|
|
|
10 |
filelock==3.17.0
|
11 |
-
|
|
|
|
|
|
|
12 |
gitdb==4.0.12
|
13 |
GitPython==3.1.44
|
|
|
|
|
|
|
14 |
huggingface-hub==0.27.1
|
15 |
idna==3.10
|
16 |
Jinja2==3.1.5
|
17 |
-
|
18 |
-
jsonpath-ng==1.7.0
|
19 |
jsonschema==4.23.0
|
20 |
jsonschema-specifications==2024.10.1
|
|
|
|
|
|
|
21 |
markdown-it-py==3.0.0
|
22 |
MarkupSafe==3.0.2
|
23 |
mdurl==0.1.2
|
|
|
24 |
mpmath==1.3.0
|
|
|
|
|
|
|
|
|
25 |
narwhals==1.23.0
|
26 |
networkx==3.4.2
|
27 |
-
numpy==2.
|
28 |
-
|
|
|
|
|
29 |
pandas==2.2.3
|
|
|
30 |
pdf2image==1.17.0
|
31 |
pillow==11.1.0
|
32 |
pipx==1.5.0
|
33 |
platformdirs==4.2.2
|
34 |
-
|
35 |
protobuf==5.29.3
|
|
|
36 |
pyarrow==19.0.0
|
|
|
|
|
37 |
pydeck==0.9.1
|
38 |
Pygments==2.19.1
|
39 |
pytesseract==0.3.13
|
@@ -45,20 +72,36 @@ regex==2024.11.6
|
|
45 |
requests==2.32.3
|
46 |
rich==13.9.4
|
47 |
rpds-py==0.22.3
|
|
|
48 |
safetensors==0.5.2
|
49 |
-
|
|
|
|
|
50 |
six==1.17.0
|
51 |
smmap==5.0.2
|
52 |
streamlit==1.41.1
|
53 |
sympy==1.13.1
|
54 |
tenacity==9.0.0
|
|
|
|
|
|
|
|
|
|
|
55 |
tokenizers==0.21.0
|
56 |
toml==0.10.2
|
57 |
torch==2.5.1
|
58 |
tornado==6.4.2
|
59 |
tqdm==4.67.1
|
60 |
transformers==4.48.1
|
|
|
|
|
61 |
typing_extensions==4.12.2
|
62 |
tzdata==2025.1
|
63 |
urllib3==2.3.0
|
64 |
userpath==1.9.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
aiohappyeyeballs==2.4.4
|
3 |
+
aiohttp==3.11.11
|
4 |
+
aiosignal==1.3.2
|
5 |
altair==5.5.0
|
6 |
+
annotated-types==0.7.0
|
7 |
argcomplete==3.3.0
|
8 |
+
astunparse==1.6.3
|
9 |
attrs==25.1.0
|
10 |
blinker==1.9.0
|
|
|
11 |
cachetools==5.5.1
|
12 |
certifi==2024.12.14
|
13 |
charset-normalizer==3.4.1
|
14 |
click==8.1.8
|
15 |
+
datasets==3.2.0
|
16 |
+
dill==0.3.8
|
17 |
+
docker-pycreds==0.4.0
|
18 |
filelock==3.17.0
|
19 |
+
flatbuffers==25.1.24
|
20 |
+
frozenlist==1.5.0
|
21 |
+
fsspec==2024.9.0
|
22 |
+
gast==0.6.0
|
23 |
gitdb==4.0.12
|
24 |
GitPython==3.1.44
|
25 |
+
google-pasta==0.2.0
|
26 |
+
grpcio==1.70.0
|
27 |
+
h5py==3.12.1
|
28 |
huggingface-hub==0.27.1
|
29 |
idna==3.10
|
30 |
Jinja2==3.1.5
|
31 |
+
joblib==1.4.2
|
|
|
32 |
jsonschema==4.23.0
|
33 |
jsonschema-specifications==2024.10.1
|
34 |
+
keras==3.8.0
|
35 |
+
libclang==18.1.1
|
36 |
+
Markdown==3.7
|
37 |
markdown-it-py==3.0.0
|
38 |
MarkupSafe==3.0.2
|
39 |
mdurl==0.1.2
|
40 |
+
ml-dtypes==0.4.1
|
41 |
mpmath==1.3.0
|
42 |
+
multidict==6.1.0
|
43 |
+
multiprocess==0.70.16
|
44 |
+
mypy-extensions==1.0.0
|
45 |
+
namex==0.0.8
|
46 |
narwhals==1.23.0
|
47 |
networkx==3.4.2
|
48 |
+
numpy==2.0.2
|
49 |
+
opt_einsum==3.4.0
|
50 |
+
optree==0.14.0
|
51 |
+
packaging==24.2
|
52 |
pandas==2.2.3
|
53 |
+
pandera==0.22.1
|
54 |
pdf2image==1.17.0
|
55 |
pillow==11.1.0
|
56 |
pipx==1.5.0
|
57 |
platformdirs==4.2.2
|
58 |
+
propcache==0.2.1
|
59 |
protobuf==5.29.3
|
60 |
+
psutil==6.1.1
|
61 |
pyarrow==19.0.0
|
62 |
+
pydantic==2.10.6
|
63 |
+
pydantic_core==2.27.2
|
64 |
pydeck==0.9.1
|
65 |
Pygments==2.19.1
|
66 |
pytesseract==0.3.13
|
|
|
72 |
requests==2.32.3
|
73 |
rich==13.9.4
|
74 |
rpds-py==0.22.3
|
75 |
+
sacremoses==0.1.1
|
76 |
safetensors==0.5.2
|
77 |
+
sentry-sdk==2.20.0
|
78 |
+
setproctitle==1.3.4
|
79 |
+
setuptools==75.1.0
|
80 |
six==1.17.0
|
81 |
smmap==5.0.2
|
82 |
streamlit==1.41.1
|
83 |
sympy==1.13.1
|
84 |
tenacity==9.0.0
|
85 |
+
tensorboard==2.18.0
|
86 |
+
tensorboard-data-server==0.7.2
|
87 |
+
tensorflow==2.18.0
|
88 |
+
termcolor==2.5.0
|
89 |
+
tf_keras==2.18.0
|
90 |
tokenizers==0.21.0
|
91 |
toml==0.10.2
|
92 |
torch==2.5.1
|
93 |
tornado==6.4.2
|
94 |
tqdm==4.67.1
|
95 |
transformers==4.48.1
|
96 |
+
typeguard==4.4.1
|
97 |
+
typing-inspect==0.9.0
|
98 |
typing_extensions==4.12.2
|
99 |
tzdata==2025.1
|
100 |
urllib3==2.3.0
|
101 |
userpath==1.9.2
|
102 |
+
wandb==0.19.4
|
103 |
+
Werkzeug==3.1.3
|
104 |
+
wheel==0.44.0
|
105 |
+
wrapt==1.17.2
|
106 |
+
xxhash==3.5.0
|
107 |
+
yarl==1.18.3
|