-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (42 loc) · 1.04 KB
/
pyproject.toml
File metadata and controls
47 lines (42 loc) · 1.04 KB
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
[project]
name = "abdi"
version = "0.1.0"
description = "Bias auditing and fairness analysis tool for clinical datasets"
authors = [
{ name = "Nabin Kim", email = "nabinkim0318@gmail.com" }
]
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"streamlit>=1.32.0",
"pandas>=2.0.0",
"numpy>=1.24.0",
"scipy>=1.10.0",
"scikit-learn>=1.3.0",
"matplotlib>=3.7.0",
"seaborn>=0.12.0",
"statsmodels>=0.14.0",
"fairlearn>=0.10.0",
"shap>=0.44.0",
"jinja2>=3.1.0",
"reportlab>=4.0.0",
"tabulate>=0.9.0",
"watchdog (>=6.0.0,<7.0.0)"
]
packages = [{ include = "bias_audit_tool" }]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = false
[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
ruff = "^0.4.1"
pre-commit = "^3.7.0"
ipykernel = "^6.29.0"
pytest = "^8.4.1"
[tool.black]
line-length = 85
[tool.ruff]
line-length = 85
extend-select = ["E", "F", "B"] # Optional: flake8, pyflakes, bugbear 등 활성화