Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +17 -17
requirements.txt
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
# Core dependencies
|
2 |
-
huggingface_hub
|
3 |
-
torch
|
4 |
-
transformers
|
5 |
-
sentence-transformers
|
6 |
-
faiss-cpu
|
7 |
-
numpy
|
8 |
-
gradio
|
9 |
-
tqdm
|
10 |
-
python-dotenv
|
11 |
|
12 |
# Machine Learning dependencies
|
13 |
-
tf-keras
|
14 |
-
tensorflow
|
15 |
-
scikit-learn
|
16 |
|
17 |
# Tracking and visualization
|
18 |
-
wandb
|
19 |
-
matplotlib
|
20 |
-
seaborn
|
21 |
-
pandas
|
22 |
|
23 |
# Development dependencies
|
24 |
-
pytest
|
|
|
1 |
# Core dependencies
|
2 |
+
huggingface_hub
|
3 |
+
torch
|
4 |
+
transformers
|
5 |
+
sentence-transformers
|
6 |
+
faiss-cpu
|
7 |
+
numpy
|
8 |
+
gradio
|
9 |
+
tqdm
|
10 |
+
python-dotenv
|
11 |
|
12 |
# Machine Learning dependencies
|
13 |
+
tf-keras # backwards-compatible keras
|
14 |
+
tensorflow
|
15 |
+
scikit-learn
|
16 |
|
17 |
# Tracking and visualization
|
18 |
+
wandb
|
19 |
+
matplotlib
|
20 |
+
seaborn
|
21 |
+
pandas
|
22 |
|
23 |
# Development dependencies
|
24 |
+
pytest
|