-
Notifications
You must be signed in to change notification settings - Fork 358
/
settings.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 = neuralforecast
user = Nixtla
description = Time series forecasting suite using deep learning models
keywords = time-series forecasting deep-learning
author = Nixtla
author_email = [email protected]
copyright = Nixtla Inc.
branch = main
version = 1.7.5
min_python = 3.8
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 2
requirements = coreforecast>=0.0.6 fsspec numpy>=1.21.6 pandas>=1.3.5 torch>=2.0.0 pytorch-lightning>=2.0.0 ray[tune]>=2.2.0 optuna utilsforecast>=0.2.3
spark_requirements = fugue pyspark>=3.5
aws_requirements = fsspec[s3]
dev_requirements = black gitpython hyperopt matplotlib mypy nbdev==2.3.25 polars pre-commit pyarrow ruff s3fs transformers
nbs_path = nbs
doc_path = _docs
recursive = True
doc_host = https://nixtlaverse.nixtla.io
doc_baseurl = /neuralforecast/
git_url = https://github.com/%(user)s/neuralforecast/
lib_path = %(lib_name)s
title = %(lib_name)s
black_formatting = True
jupyter_hooks = True
clean_ids = True
tst_flags = polars