-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (36 loc) · 860 Bytes
/
pyproject.toml
File metadata and controls
38 lines (36 loc) · 860 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
[tool.poetry]
name = "dataant"
version = "0.1.0"
description = "Interactive ML Dashboard for Model Training and Monitoring"
authors = ["Yakub Mohammad <yakub.mohammad@arusatech.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.14"
numpy = "^2.2.1"
pandas = "^2.2.3"
seaborn = "^0.13.2"
scikit-learn = "^1.6.0"
scipy = "^1.15.1"
torch = "^2.5.1"
torchviz = "^0.0.3"
shiny = "^1.2.1"
skorch = "^1.0.0"
jsonpath-nz = "^0.1.2"
faicons = "^0.2.2"
shinywidgets = "^0.4.2"
plotly = "^5.24.1"
cryptography = "^44.0.0"
google-generativeai = "^0.8.3"
grpcio = "1.67.1"
plotnine = "^0.14.5"
sqlalchemy = "^2.0.37"
boto3 = "^1.35.97"
opencv-python = "^4.10.0.84"
tensorboard = "^2.18.0"
psutil = "^6.1.1"
xgboost = "^2.1.3"
lightgbm = "^4.5.0"
spacy = "^3.7.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"