marcellopoliti commited on
Commit
25ae6fc
1 Parent(s): 1412727

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -18
requirements.txt CHANGED
@@ -1,21 +1,15 @@
1
- tiktoken>=0.5.1
2
- pysqlite3-binary
3
  langchain>=0.1.6
4
- #sqlite3>=3.35.0
5
- chromadb>=0.4.22
6
  openai==1.14.2
7
- beautifulsoup4==4.12.2
8
- pandas>=2.1.1
9
- streamlit>=1.27.2
 
10
  python-dotenv==1.0.0
11
- fastapi>=0.104.0
12
- uvicorn>=0.23.2
13
- pypdf>=4.1.0
14
- pyspellchecker==0.8.1
15
- yt_dlp>=2024.4.9
16
- ipython>=8.22.2
17
- librosa>=0.10.2.post1
18
- #pypdf==3.16.4
19
- #python-multipart==0.0.6
20
- #matplotlib==3.8.3
21
- #umap-learn==0.5.5
 
 
 
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
8
+ 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