Spaces:
Running
Running
danishjameel003
commited on
Update requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
streamlit==1.41.1
|
3 |
langchain==0.3.14
|
|
|
1 |
+
streamlit==1.41.1
|
2 |
+
langchain==0.3.14
|
3 |
+
langchain-community==0.3.14
|
4 |
+
transformers==4.48.0
|
5 |
+
python-dotenv==1.0.1
|
6 |
+
sentence-transformers==2.2.2
|
7 |
+
faiss-cpu==1.9.0.post1
|
8 |
+
torch==2.5.1
|
9 |
+
numpy==1.25.0
|
10 |
+
scikit-learn==1.6.1
|
11 |
+
matplotlib==3.10.0
|
12 |
streamlit
|
13 |
streamlit==1.41.1
|
14 |
langchain==0.3.14
|