HengJay commited on
Commit
ec07ab1
·
1 Parent(s): bf27495

Fixed chromadb at 0.5.0 version

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -2
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
  streamlit == 1.34.0
2
- tenacity == 8.3.0
3
  pandas
4
  openai
5
  numpy
6
- chromadb
7
  python-dotenv
8
  pysqlite3-binary
9
 
 
1
  streamlit == 1.34.0
 
2
  pandas
3
  openai
4
  numpy
5
+ chromadb == 0.5.0
6
  python-dotenv
7
  pysqlite3-binary
8