karar-shah commited on
Commit
80b2a7e
·
verified ·
1 Parent(s): 3a651ce

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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