-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsettings.ini
More file actions
43 lines (42 loc) · 1.16 KB
/
settings.ini
File metadata and controls
43 lines (42 loc) · 1.16 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
[DEFAULT]
repo = jax-dataloader
lib_name = jax-dataloader
version = 0.1.4
min_python = 3.8
license = apache2
doc_path = _docs
lib_path = jax_dataloader
nbs_path = nbs
recursive = True
tst_flags = notest torch tf hf
put_version_in_init = True
branch = master
custom_sidebar = True
doc_host = https://birkhoffg.github.io
doc_baseurl = /jax-dataloader
git_url = https://github.com/birkhoffg/jax-dataloader
title = JAX-Dataloader
audience = Developers
author = BirkhoffG
author_email = 26811230+BirkhoffG@users.noreply.github.com
copyright = 2023 onwards, BirkhoffG
description = Dataloader for jax
keywords = python jax dataloader pytorch tensorflow datasets huggingface
language = English
status = 3
user = birkhoffg
requirements = jax plum-dispatch
dev_requirements = scikit-learn pandas nbdev jupyter dm-haiku optax flax
torch_requirements = torch torchvision
tensorflow_requirements = tensorflow tensorflow-datasets
huggingface_requirements = datasets numpy<2.0.0
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
cell_number = True
skip_procs =
update_pyproject = True