-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (32 loc) · 734 Bytes
/
pyproject.toml
File metadata and controls
35 lines (32 loc) · 734 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
[tool.poetry]
name = "ml-production"
version = "0.1.0"
description = "Machine Learning in Production"
authors = ["vnk8071 <nguyenkhoi8071@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
pandas = "^2.0.3"
numpy = "1.23.5"
pytest = "^7.4.0"
autopep8 = "^2.0.2"
pylint = "^2.17.5"
matplotlib = "^3.7.2"
scikit-learn = "^1.3.0"
joblib = "^1.3.2"
seaborn = "^0.12.2"
pre-commit = "^3.3.3"
mlflow = "^2.6.0"
wandb = "^0.15.8"
hydra-core = "1.3.2"
hydra-joblib-launcher = "1.2.0"
cookiecutter = "^2.3.0"
jupyterlab = "4.0.5"
notebook = "7.0.2"
ipython = "8.12.2"
fastapi = "^0.101.1"
uvicorn = "^0.23.2"
gunicorn = "^21.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"