Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -9,14 +9,14 @@ accelerate==0.25.0
|
|
9 |
requests==2.31.0
|
10 |
numpy==1.24.3
|
11 |
scikit-learn==1.3.2
|
12 |
-
networkx
|
13 |
-
duckduckgo-search
|
14 |
-
urllib3
|
15 |
-
python-multipart
|
16 |
-
aiofiles
|
17 |
-
jinja2
|
18 |
-
python-dotenv
|
19 |
-
httpx
|
20 |
-
tokenizers
|
21 |
-
safetensors
|
22 |
-
huggingface-hub
|
|
|
9 |
requests==2.31.0
|
10 |
numpy==1.24.3
|
11 |
scikit-learn==1.3.2
|
12 |
+
networkx
|
13 |
+
duckduckgo-search
|
14 |
+
urllib3
|
15 |
+
python-multipart
|
16 |
+
aiofiles
|
17 |
+
jinja2
|
18 |
+
python-dotenv
|
19 |
+
httpx
|
20 |
+
tokenizers
|
21 |
+
safetensors
|
22 |
+
huggingface-hub
|