-
Notifications
You must be signed in to change notification settings - Fork 197
/
settings.ini
35 lines (35 loc) · 1.13 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
[DEFAULT]
host = github
lib_name = nixtla
user = Nixtla
description = Python SDK for Nixtla API (TimeGPT)
keywords = time-series forecasting gpt
author = Nixtla
author_email = [email protected]
copyright = Nixtla Inc.
branch = main
version = 0.6.4
min_python = 3.9
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 4
requirements = annotated-types httpx[zstd] orjson pandas pydantic>=1.10 tenacity tqdm utilsforecast>=0.2.8
dev_requirements = black datasetsforecast fire hierarchicalforecast ipywidgets jupyterlab nbdev neuralforecast numpy<2 plotly polars pre-commit pyreadr python-dotenv pyyaml setuptools<70 statsforecast tabulate
distributed_requirements = fugue[dask,ray,spark]>=0.8.7 pandas<2.2 ray<2.6.3
plotting_requirements = utilsforecast[plotting]
date_extra_requirements = holidays
nbs_path = nbs
doc_path = _docs
recursive = True
doc_host = https://%(user)s.github.io
doc_baseurl = /%(lib_name)s/
git_url = https://github.com/%(user)s/nixtla/
lib_path = %(lib_name)s
title = %(lib_name)s
black_formatting = True
jupyter_hooks = True
clean_ids = True
readme_nb = nbs/index.ipynb
tst_flags = distributed