Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
| 7 |
-
|
| 8 |
-
COPY . .
|
| 9 |
-
|
| 10 |
-
CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
|
|
|
| 1 |
+
streamlit==1.50.0
|
| 2 |
+
langchain==0.3.27
|
| 3 |
+
langchain-huggingface==0.3.1
|
| 4 |
+
transformers==4.57.0
|
| 5 |
+
torch==2.9.0+cpu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|