-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (32 loc) · 737 Bytes
/
Copy pathpyproject.toml
File metadata and controls
36 lines (32 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[tool.poetry]
name = "rabbithole"
version = "0.1.0"
description = ""
authors = ["Punit Arani <punitsai36@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
cohere = "^4.4.1"
datasets = "^2.12.0"
langchain = "^0.0.168"
moviepy = "^1.0.3"
openai = "^0.27.6"
pdf2image = "^1.16.3"
pinecone-client = "^2.2.1"
pydub = "^0.25.1"
pymupdf = "^1.22.3"
pytesseract = "^0.3.10"
streamlit = "^1.22.0"
tiktoken = "^0.4.0"
torch = "^2.0.1"
torchvision = "^0.15.2"
torchaudio = "^2.0.2"
transformers = "^4.29.1"
tqdm = "^4.65.0"
unstructured = "^0.6.6"
streamlit-chat = "^0.0.2.2"
[tool.poetry.group.dev.dependencies]
jupyter = "^1.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"