-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.ini
39 lines (38 loc) · 1.14 KB
/
settings.ini
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
[DEFAULT]
repo = jax-relax
lib_name = jax-relax
version = 0.2.9
min_python = 3.9
license = apache2
black_formatting = False
doc_path = _docs
lib_path = relax
nbs_path = nbs
recursive = True
tst_flags = slow
put_version_in_init = True
branch = master
custom_sidebar = True
doc_host = https://birkhoffg.github.io
doc_baseurl = /jax-relax
git_url = https://github.com/birkhoffg/jax-relax
title = jax-relax
renderer = relax.docs.CustomizedMarkdownRenderer
audience = Developers
author = BirkhoffG
author_email = [email protected]
copyright = 2022 onwards, BirkhoffG
description = JAX-based Recourse Explanation Library
keywords = JAX, Recourse, Explanation, Interpretability, Machine Learning
language = English
status = 3
user = birkhoffg
requirements = scikit-learn>=1.0.2 pandas jax[cpu] tqdm optax pydantic>=1.9.0,<2 jax-tqdm einops keras>=3.0.3,<3.4.0 matplotlib seaborn dm-haiku
dev_requirements = torch>=1.7.0 causalgraphicalmodels pre-commit datasets nbdev>=v2.3.28 jupyter flax>=0.7.1
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
cell_number = True