Spaces:
Running
Running
yash001010
commited on
Commit
•
bda6dd2
1
Parent(s):
5829519
Update requirements.txt
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
streamlit==1.31.0
|
2 |
langchain-community==0.0.16
|
3 |
-
groq
|
4 |
-
python-dotenv
|
5 |
-
chromadb
|
6 |
-
sentence-transformers
|
7 |
-
transformers
|
8 |
-
torch
|
9 |
-
pydantic
|
10 |
-
typing-inspect
|
11 |
-
typing_extensions
|
12 |
-
numpy
|
13 |
-
pandas
|
14 |
-
tqdm
|
15 |
-
requests
|
|
|
1 |
streamlit==1.31.0
|
2 |
langchain-community==0.0.16
|
3 |
+
groq>=0.13.1,<0.14
|
4 |
+
python-dotenv>=1.0.1,<2.0.0
|
5 |
+
chromadb>=0.4.22,<0.5.0
|
6 |
+
sentence-transformers>=2.5.1,<2.6.0
|
7 |
+
transformers>=4.37.2,<5.0.0
|
8 |
+
torch>=2.2.0,<2.3.0
|
9 |
+
pydantic>=1.10.13,<2.0.0
|
10 |
+
typing-inspect>=0.9.0,<0.10.0
|
11 |
+
typing_extensions>=4.3.0,<5
|
12 |
+
numpy>=1.26.3,<2.0.0
|
13 |
+
pandas>=2.2.0,<2.3.0
|
14 |
+
tqdm>=4.66.1,<5.0.0
|
15 |
+
requests>=2.31.0,<3.0.0
|