-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
50 lines (47 loc) · 1.24 KB
/
pyproject.toml
File metadata and controls
50 lines (47 loc) · 1.24 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
48
49
50
[build-system]
requires = [
"imbalanced_learn==0.13.0",
"imblearn==0.0",
"matplotlib==3.9.2",
"pandas==2.2.3",
"plotly==5.24.1",
"PyYAML==6.0.2",
"scikit_learn==1.3.2",
"scipy==1.14.1",
"six==1.16.0",
"sklearn_genetic_opt==0.11.1",
"sklearn-compat==0.1.3",
"torch==2.2.1",
"tqdm==4.66.4",
"pot==0.9.5",
"aif360[inFairness]==0.6.1",
"setuptools==75.8.0",
"gurobipy==12.0.0",
"multiprocess==0.70.17",
"tensorflow",
"numpy",
"cvxpy",
"cleanlab",
"fairlearn",
"np_utils",
]
build-backend = "setuptools.build_meta"
[project]
name = "debiased"
version = "0.1.2"
authors = [
{ name="Frank Stinar", email="fjstinar@gmail.com" },
{ name="(Jade) Mai Cock", email="bonjour@jadecock.be" }
]
description = "A package to facilitate bias mitigation techniques that work for educationnal data"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = { file = "LICENSE" }
[project.urls]
Homepage = "https://github.com/epfl-ml4ed/debiased-package"
Issues = "https://github.com/epfl-ml4ed/debiased-package/issues"
Documentation = "https://debiased-package.readthedocs.io/en/latest/"