Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +17 -16
requirements.txt
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
-
ipykernel
|
2 |
-
pandas
|
3 |
-
numpy<2
|
4 |
-
flask
|
5 |
-
python-dotenv
|
6 |
-
transformers
|
7 |
-
torch
|
8 |
-
torchvision
|
9 |
-
torchaudio
|
10 |
-
--extra-index-url https://download.pytorch.org/whl/cu126
|
11 |
-
scikit-learn
|
12 |
-
langchain
|
13 |
-
langchain-community
|
14 |
-
langchain-core
|
15 |
-
|
16 |
-
|
|
|
17 |
together
|
|
|
1 |
+
ipykernel
|
2 |
+
pandas
|
3 |
+
numpy<2
|
4 |
+
flask
|
5 |
+
python-dotenv
|
6 |
+
transformers
|
7 |
+
torch
|
8 |
+
torchvision
|
9 |
+
torchaudio
|
10 |
+
--extra-index-url https://download.pytorch.org/whl/cu126
|
11 |
+
scikit-learn
|
12 |
+
langchain
|
13 |
+
langchain-community
|
14 |
+
langchain-core
|
15 |
+
keras<3
|
16 |
+
sentence-transformers
|
17 |
+
faiss-cpu>=1.7.4
|
18 |
together
|