Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# local-rag-example
|
| 2 |
-
python # == 3.9 # ">=3.9,<3.9.7 || >3.9.7,<3.12"
|
| 3 |
langchain >= 0.0.343
|
| 4 |
streamlit-chat >= 0.1.1
|
| 5 |
pypdf >= 3.17.1
|
|
|
|
| 1 |
# local-rag-example
|
| 2 |
+
# python # == 3.9 # ">=3.9,<3.9.7 || >3.9.7,<3.12"
|
| 3 |
langchain >= 0.0.343
|
| 4 |
streamlit-chat >= 0.1.1
|
| 5 |
pypdf >= 3.17.1
|