-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (38 loc) · 894 Bytes
/
pyproject.toml
File metadata and controls
41 lines (38 loc) · 894 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
37
38
39
40
41
[tool.poetry]
name = "utca"
version = "0.1.3"
description = ""
authors = ["knowledgator.com"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
pydantic = "^2.6.1"
nltk = "^3.8.2"
google-api-python-client = "^2.116.0"
google-auth-httplib2 = "^0.2.0"
google-auth-oauthlib = "^1.2.0"
torch = "^2.6.0"
transformers = "^4.37.2"
opencv-python = "^4.9.0.80"
sqlalchemy = "^2.0.30"
soundfile = "^0.12.1"
pdfplumber = "^0.11.0"
cython = "^3.0.10"
numpy = "^1.26.4"
pillow = "^10.3.0"
openai = "^1.29.0"
openai-whisper = "^20240927"
reportlab = "^4.2.0"
requests = "^2.32.2"
gliner = "^0.2.2"
neo4j = "^5.20.0"
chromadb = "^0.5.0"
qdrant-client = "^1.9.1"
fastembed = "^0.3.0"
lxml = {extras = ["html-clean"], version = "^5.2.2"}
accelerate = "^0.31.0"
safetensors = "^0.4.3"
pyquery = "^2.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"