forked from Nixtla/statsforecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.ini
33 lines (33 loc) · 1.02 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
[DEFAULT]
host = github
lib_name = statsforecast
user = Nixtla
description = Time series forecasting suite using statistical models
keywords = time-series forecasting arima ets
author = Nixtla
author_email = [email protected]
copyright = Nixtla Inc.
branch = main
version = 1.4.0
min_python = 3.7
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 2
requirements = matplotlib numba>=0.55.0 numpy>=1.21.6 pandas>=1.3.5 plotly scipy>=1.7.3 statsmodels>=0.13.2 tqdm
ray_requirements = ray protobuf>=3.15.3,<4.0.0
fugue_requirements = fugue[ray]>=0.7.0
dev_requirements = nbdev black mypy flake8 ray protobuf>=3.15.3,<4.0.0 fugue>=0.7.0 matplotlib neuralforecast pmdarima prophet sklearn dask[distributed]
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/statsforecast/
lib_path = %(lib_name)s
title = %(lib_name)s
black_formatting = True
jupyter_hooks = True
clean_ids = True
readme_nb = index.ipynb