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