-
Notifications
You must be signed in to change notification settings - Fork 5
/
settings.ini
27 lines (27 loc) · 1.05 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
[DEFAULT]
host = github
lib_name = torch_snippets
user = sizhky
description = One line functions for common tasks
keywords = snippets, torch
author = Yeshwanth Reddy
author_email = 1992chinna@gmail.com
copyright = sizhky
branch = master
version = 0.546
min_python = 3.7
audience = Developers
language = English
custom_sidebar = False
license = apache2
status = 2
requirements = fastcore matplotlib Pillow dill loguru numpy pandas tqdm rich PyYAML catalogue confection pydantic typing srsly typing_extensions wasabi jsonlines imgaug>=0.4.0 xmltodict fuzzywuzzy nltk python-Levenshtein pre-commit icecream mergedeep deepdiff typer
additional_requirements = {"torch": ["torch", "torchvision", "lovely_tensors"], "altair": ["altair"], "bokeh": ["bokeh"], "pdf": ["pymupdf"], "jupyter": ["nbconvert", "nbformat", "ipython"]}
nbs_path = nbs
doc_path = docs
doc_host = https://%(user)s.github.io
doc_baseurl = /%(lib_name)s/
git_url = https://github.com/%(user)s/%(lib_name)s/tree/%(branch)s/
lib_path = %(lib_name)s
title = %(lib_name)s
console_scripts = ts=torch_snippets.cli:cli