-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (33 loc) · 864 Bytes
/
pyproject.toml
File metadata and controls
36 lines (33 loc) · 864 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 = "train-bm"
version = "0.1.0"
description = ""
authors = ["generall <andrey@vasnetsov.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10,<3.13"
pyarrow = "^17.0.0"
pandas = "^2.2.2"
ipdb = "^0.13.13"
pystemmer = "^2.2.0.1"
snowballstemmer = "^2.2.0"
tqdm = "^4.66.4"
torch = "^2.4.0"
onnx = "^1.16.2"
onnxruntime = "^1.18.1"
transformers = "^4.44.0"
npy-append-array = "^0.9.16"
lightning = {extras = ["extra"], version = "^2.4.0"}
sentence-splitter = "^1.4"
sentence-transformers = "^3.0.1"
qdrant-client = "^1.12.0"
umap-learn = "^0.5.6"
scipy = "^1.14.1"
matplotlib = "^3.9.2"
seaborn = "^0.13.2"
fastembed = { git = "https://github.com/qdrant/fastembed.git", branch = "token-embeddings" }
nltk = "^3.9.1"
py-rust-stemmers = "^0.1.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"