Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
tensorflow==2.13.0
|
2 |
tensorflow-text==2.13.*
|
3 |
-
streamlit==1.
|
4 |
-
openai==
|
5 |
plotly==5.17.0
|
6 |
langchain==0.0.286
|
7 |
-
|
|
|
|
1 |
tensorflow==2.13.0
|
2 |
tensorflow-text==2.13.*
|
3 |
+
streamlit==1.33.0
|
4 |
+
openai==1.17.1
|
5 |
plotly==5.17.0
|
6 |
langchain==0.0.286
|
7 |
+
langchain-openai==0.1.3
|
8 |
+
numpy==1.26.4
|