Update requirements.txt
Browse files- requirements.txt +21 -28
requirements.txt
CHANGED
@@ -1,33 +1,26 @@
|
|
1 |
# Core
|
2 |
-
gradio
|
3 |
-
requests
|
4 |
|
5 |
-
# LlamaIndex
|
6 |
-
llama-index
|
7 |
-
llama-index-core
|
8 |
-
llama-index-
|
9 |
-
llama-index-
|
10 |
-
llama-index-
|
11 |
-
llama-index-
|
12 |
-
llama-index-
|
13 |
-
llama-index-
|
14 |
-
llama-index-
|
|
|
15 |
|
16 |
-
# ML Stack (
|
17 |
-
transformers
|
18 |
-
torch
|
19 |
-
sentence-transformers
|
20 |
|
21 |
# Utilities
|
22 |
-
duckduckgo-search
|
23 |
-
Pillow
|
24 |
-
python-dotenv
|
25 |
-
|
26 |
-
# Weights & Biases (fix for NumPy 2.0+)
|
27 |
-
wandb>=0.17.2,<0.18.0 # 0.17.2+ is required for NumPy 2.0+ [wandb release notes]
|
28 |
-
|
29 |
-
# System
|
30 |
-
numpy>=2.0.0,<3.0.0 # If you want latest, otherwise 1.26.4 is also safe
|
31 |
-
|
32 |
-
# Python version
|
33 |
-
# Python >=3.8.1,<3.12 is required by llama-index [3][4]
|
|
|
1 |
# Core
|
2 |
+
gradio
|
3 |
+
requests
|
4 |
|
5 |
+
# LlamaIndex
|
6 |
+
llama-index
|
7 |
+
llama-index-core
|
8 |
+
llama-index-llms-huggingface-api
|
9 |
+
llama-index-embeddings-huggingface
|
10 |
+
llama-index-readers-file
|
11 |
+
llama-index-tools-arxiv
|
12 |
+
llama-index-postprocessor-sbert-rerank
|
13 |
+
llama-index-readers-web
|
14 |
+
llama-index-llms-openrouter
|
15 |
+
llama-index-callbacks-wandb
|
16 |
|
17 |
+
# ML Stack (ESSENTIELS)
|
18 |
+
transformers
|
19 |
+
torch
|
20 |
+
sentence-transformers
|
21 |
|
22 |
# Utilities
|
23 |
+
duckduckgo-search
|
24 |
+
Pillow
|
25 |
+
python-dotenv
|
26 |
+
wandb == 0.17.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|