-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
45 lines (43 loc) · 986 Bytes
/
pyproject.toml
File metadata and controls
45 lines (43 loc) · 986 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
39
40
41
42
43
44
45
[project]
name = "ai-for-data-quality-control"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"argparse>=1.4.0",
"fastparquet>=2024.11.0",
"ipympl>=0.10.0",
"jupyter>=1.1.1",
"logger>=1.4",
"logging>=0.4.9.6",
"matplotlib>=3.10.7",
"mlflow>=3.7.0",
"numpy>=2.3.4",
"nvidia-ml-py>=13.590.44",
"pandas>=2.3.3",
"pathlib>=1.0.1",
"pip>=25.3",
"plotly>=6.5.0",
"psutil>=7.1.3",
"pyarrow>=22.0.0",
"pynvml>=13.0.1",
"pytest>=8.4.2",
"pyyaml>=6.0.3",
"requests>=2.32.5",
"streamlit>=1.52.1",
"torch>=2.9.1",
"torchmetrics>=1.8.2",
"torchvision>=0.24.1",
"tqdm>=4.67.1",
]
[dependency-groups]
dev = [
"mkdocs>=1.6.1",
"mkdocs-material>=9.6.23",
"mkdocstrings[python]>=0.30.1",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["models*"]
exclude = ["mlruns*", "runs*", "sandbox*", "params*"]