Update requirements.txt
Browse files- requirements.txt +6 -31
requirements.txt
CHANGED
@@ -1,32 +1,7 @@
|
|
1 |
-
streamlit==1.22.0
|
2 |
-
transformers==4.30.0
|
3 |
-
spacy==3.5.0
|
4 |
torch==2.1.0
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
toml==0.10.2
|
12 |
-
pydeck==0.9.1
|
13 |
-
validators==0.34.0
|
14 |
-
gitpython==3.1.43
|
15 |
-
rich==13.9.4
|
16 |
-
pympler==1.1
|
17 |
-
blinker==1.9.0
|
18 |
-
tenacity==8.5.0
|
19 |
-
importlib-metadata==8.5.0
|
20 |
-
pillow==11.0.0
|
21 |
-
watchdog==6.0.0
|
22 |
-
cachetools==5.5.0
|
23 |
-
regex==2024.11.6
|
24 |
-
tokenizers==0.13.3
|
25 |
-
huggingface-hub==0.26.5
|
26 |
-
tqdm==4.67.1
|
27 |
-
safetensors==0.4.5
|
28 |
-
pathy==0.11.0
|
29 |
-
langcodes==3.5.0
|
30 |
-
murmurhash==1.0.11
|
31 |
-
spacy-legacy==3.0.12
|
32 |
-
pydantic==1.10.0
|
|
|
|
|
|
|
|
|
1 |
torch==2.1.0
|
2 |
+
tensorflow==2.13.0
|
3 |
+
numpy==1.24.0
|
4 |
+
pandas==2.1.0
|
5 |
+
scikit-learn==1.3.0
|
6 |
+
matplotlib==3.8.0
|
7 |
+
seaborn==0.12.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|