Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +20 -96
requirements.txt
CHANGED
|
@@ -1,96 +1,20 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
google-pasta==0.2.0
|
| 22 |
-
grpcio==1.60.0
|
| 23 |
-
h5py==3.10.0
|
| 24 |
-
huggingface-hub==0.20.2
|
| 25 |
-
idna==3.6
|
| 26 |
-
importlib-metadata<7
|
| 27 |
-
Jinja2==3.1.2
|
| 28 |
-
joblib==1.3.2
|
| 29 |
-
jsonschema==4.20.0
|
| 30 |
-
jsonschema-specifications==2023.12.1
|
| 31 |
-
keras==2.15.0
|
| 32 |
-
libclang==16.0.6
|
| 33 |
-
Markdown==3.5.1
|
| 34 |
-
markdown-it-py==3.0.0
|
| 35 |
-
MarkupSafe==2.1.3
|
| 36 |
-
mdurl==0.1.2
|
| 37 |
-
ml-dtypes~=0.2.0
|
| 38 |
-
mpmath==1.3.0
|
| 39 |
-
networkx==3.2.1
|
| 40 |
-
nltk==3.8.1
|
| 41 |
-
numpy==1.26.3
|
| 42 |
-
oauthlib==3.2.2
|
| 43 |
-
opt-einsum==3.3.0
|
| 44 |
-
orjson==3.9.10
|
| 45 |
-
packaging==23.2
|
| 46 |
-
pandas==2.1.4
|
| 47 |
-
pillow==10.2.0
|
| 48 |
-
pyarrow==14.0.2
|
| 49 |
-
pyasn1==0.5.1
|
| 50 |
-
pyasn1-modules==0.3.0
|
| 51 |
-
pydeck==0.8.1b0
|
| 52 |
-
Pygments==2.17.2
|
| 53 |
-
python-dateutil==2.8.2
|
| 54 |
-
pytz==2023.3.post1
|
| 55 |
-
PyYAML==6.0.1
|
| 56 |
-
referencing==0.32.1
|
| 57 |
-
regex==2023.12.25
|
| 58 |
-
requests==2.31.0
|
| 59 |
-
requests-oauthlib==1.3.1
|
| 60 |
-
rich==13.7.0
|
| 61 |
-
rpds-py==0.16.2
|
| 62 |
-
rsa==4.9
|
| 63 |
-
safetensors==0.4.1
|
| 64 |
-
scikit-learn==1.2.1
|
| 65 |
-
scipy==1.11.4
|
| 66 |
-
six==1.16.0
|
| 67 |
-
smmap==5.0.1
|
| 68 |
-
streamlit>=1.29.0,<1.30
|
| 69 |
-
streamlit-bridge==1.1.3
|
| 70 |
-
sympy==1.12
|
| 71 |
-
tenacity==8.2.3
|
| 72 |
-
tensorboard==2.15.1
|
| 73 |
-
tensorboard-data-server==0.7.2
|
| 74 |
-
tensorflow==2.15.0
|
| 75 |
-
tensorflow-estimator==2.15.0
|
| 76 |
-
tensorflow-io-gcs-filesystem==0.31.0
|
| 77 |
-
termcolor==2.4.0
|
| 78 |
-
threadpoolctl==3.2.0
|
| 79 |
-
tokenizers==0.15.0
|
| 80 |
-
toml==0.10.2
|
| 81 |
-
toolz==0.12.0
|
| 82 |
-
torch==2.1.2
|
| 83 |
-
torchvision==0.16.2
|
| 84 |
-
tornado==6.4
|
| 85 |
-
tqdm==4.66.1
|
| 86 |
-
transformers==4.36.2
|
| 87 |
-
typing_extensions==4.9.0
|
| 88 |
-
tzdata==2023.4
|
| 89 |
-
tzlocal==5.2
|
| 90 |
-
urllib3==2.1.0
|
| 91 |
-
validators==0.22.0
|
| 92 |
-
watchdog==3.0.0
|
| 93 |
-
Werkzeug==3.0.1
|
| 94 |
-
wheel==0.42.0 # Actualizado
|
| 95 |
-
wrapt~=1.12.0
|
| 96 |
-
zipp==3.17.0
|
|
|
|
| 1 |
+
streamlit>=1.29.0
|
| 2 |
+
transformers>=4.37.0
|
| 3 |
+
huggingface-hub>=0.20.0
|
| 4 |
+
torch>=2.1.2
|
| 5 |
+
tensorflow>=2.15.0
|
| 6 |
+
keras>=2.15.0
|
| 7 |
+
scikit-learn>=1.2.1
|
| 8 |
+
pandas>=2.1.4
|
| 9 |
+
numpy>=1.26.3
|
| 10 |
+
pillow>=10.2.0
|
| 11 |
+
nltk>=3.8.1
|
| 12 |
+
altair>=5.2.0
|
| 13 |
+
markdown>=3.5.1
|
| 14 |
+
sympy>=1.12
|
| 15 |
+
networkx>=3.2.1
|
| 16 |
+
rich>=13.7.0
|
| 17 |
+
watchdog>=3.0.0
|
| 18 |
+
safetensors>=0.4.1
|
| 19 |
+
tokenizers>=0.15.0
|
| 20 |
+
tensorboard>=2.15.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|