-
Notifications
You must be signed in to change notification settings - Fork 206
/
Copy pathsettings.ini
39 lines (39 loc) · 1.22 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
39
[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.6
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 dask<=2024.12.1 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://Nixtla.github.io
doc_baseurl = /nixtla/
git_url = https://github.com/Nixtla/nixtla/
lib_path = nixtla
title = nixtla
black_formatting = True
jupyter_hooks = True
clean_ids = True
readme_nb = nbs/index.ipynb
tst_flags = distributed
allowed_metadata_keys =
allowed_cell_metadata_keys =
clear_all = False
put_version_in_init = True