-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
36 lines (33 loc) · 851 Bytes
/
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
[tool.poetry]
name = "ukrainian_handwriting"
version = "0.1.0"
description = ""
authors = ["Nazar Polishchuk <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.9"
torch = "^1.12.0"
torchvision = "^0.13.0"
torchaudio = "^0.12.0"
scikit-learn = "^1.1.1"
opencv-python = "^4.6.0"
dvc = {extras = ["s3"], version = "^2.15.0"}
mlflow = "1.28.0"
python-dotenv = "^0.20.0"
streamlit = "^1.12.0"
streamlit-drawable-canvas = "^0.9.1"
fastapi = "^0.81.0"
uvicorn = {extras = ["standart"], version = "^0.18.3"}
requests = "^2.28.1"
python-multipart = "^0.0.5"
pandas = "^1.4.3"
numpy = "^1.23.0"
[tool.poetry.dev-dependencies]
notebook = "^6.4.12"
matplotlib = "^3.5.2"
seaborn = "^0.11.2"
optuna = "^2.10.1"
ipywidgets = "^7.7.1"
blue = "^0.9.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"