-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
36 lines (32 loc) · 863 Bytes
/
setup.cfg
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
[metadata]
name = Intersectional-Fairness
version = 0.1.0
description = Intersectional Fairness (ISF) is a bias detection and mitigation technology for intersectional bias, which combinations of multiple protected attributes causes.
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache-2.0
author = Fujitsu Limited
author_email = fj-isf-contact@dl.jp.fujitsu.com
[options]
zip_safe = false
include_package_data = True
python_requires = >=3.8
package_dir =
=src
packages = find:
install_requires =
aif360[LawSchoolGPA]
fairlearn
scikit-learn < 1.2.0
tensorflow
seaborn
cvxpy
[options.packages.find]
where = src
[options.package_data]
isf.aif360_patches =
*.patch
*.sh
[options.entry_points]
console_scripts =
apply-patch-to-aif360-for-isf = isf.aif360_patches:apply_patches