Spaces:
Running
Running
marcellopoliti
commited on
Commit
•
ca7fa7a
1
Parent(s):
2c295e5
fix: requirements
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
langchain>=0.1.6
|
2 |
openai==1.14.2
|
3 |
tiktoken==0.5.1
|
4 |
-
chromadb
|
5 |
pandas==2.1.1
|
6 |
streamlit==1.27.2
|
7 |
python-dotenv==1.0.0
|
@@ -9,10 +9,10 @@ pypdf==3.16.4
|
|
9 |
python-multipart==0.0.6
|
10 |
matplotlib==3.8.3
|
11 |
umap-learn==0.5.5
|
12 |
-
ipython
|
13 |
-
librosa
|
14 |
-
future
|
15 |
-
yt-dlp
|
16 |
pysqlite3>=0.5.2
|
17 |
pyspellchecker>=0.8.1
|
18 |
beautifulsoup4>=4.12.2
|
|
|
1 |
langchain>=0.1.6
|
2 |
openai==1.14.2
|
3 |
tiktoken==0.5.1
|
4 |
+
chromadb==0.4.22
|
5 |
pandas==2.1.1
|
6 |
streamlit==1.27.2
|
7 |
python-dotenv==1.0.0
|
|
|
9 |
python-multipart==0.0.6
|
10 |
matplotlib==3.8.3
|
11 |
umap-learn==0.5.5
|
12 |
+
ipython
|
13 |
+
librosa
|
14 |
+
future
|
15 |
+
yt-dlp
|
16 |
pysqlite3>=0.5.2
|
17 |
pyspellchecker>=0.8.1
|
18 |
beautifulsoup4>=4.12.2
|