-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
53 lines (48 loc) · 1.21 KB
/
pyproject.toml
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
42
43
44
45
46
47
48
49
50
51
52
53
[tool.poetry]
name = "autofl"
version = "0.5.0"
description = ""
authors = ["Cezar Sas <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
fastapi = "^0.115.0"
gunicorn = "^23.0.0"
uvicorn = "^0.31.0"
pandas = "^2.2.0"
hydra-core = "^1.3.2"
setuptools = "^75.1.0"
multiset = "^3.0.2"
scikit-learn = "^1.4.0"
pydantic = "^2.5.3"
gitpython = "^3.1.41"
loguru = "^0.7.1"
tqdm = "^4.66.1"
# yake = { git = "[email protected]:LIAAD/yake.git" }
python-rake = "^1.5.0"
more-itertools = "^10.2.0"
tree-sitter = "^0.23.0"
sqlalchemy = "^2.0.25"
psycopg = {extras = ["binary"], version = "^3.1.17"}
gensim = "^4.3.3"
fasttext-wheel = "^0.9.2"
transformers = "^4.37.1"
sentence-transformers = "3.1.1"
tree-sitter-python = "^0.23.2"
tree-sitter-java = "^0.23.2"
tree-sitter-cpp = "^0.23.1"
tree-sitter-c-sharp = "^0.23.0"
tree-sitter-c = "^0.23.1"
[tool.poetry.group.dev.dependencies]
notebook = "^6.5.4"
jupyter = "^1.0.0"
mkdocs = "^1.6.1"
mkdocstrings = "^0.26.1"
mkdocs-gen-files = "^0.5.0"
mkdocstrings-python = "^1.11.1"
mkdocs-literate-nav = "^0.6.1"
mkdocs-section-index = "^0.3.9"
mkdocs-material = "^9.5.39"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"