-
Notifications
You must be signed in to change notification settings - Fork 673
/
Copy pathsettings.ini
42 lines (42 loc) · 1.28 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
40
41
42
[DEFAULT]
host = github
lib_name = tsai
repo = tsai
user = timeseriesAI
branch = main
version = 0.3.10
description = Practical Deep Learning for Time Series / Sequential Data library based on fastai & Pytorch
keywords = fastai time-series time-series-classification time-series-regression deep-learning Pytorch
author = Ignacio Oguiza and contributors
author_email = [email protected]
copyright = Ignacio Oguiza
license = apache2
status = 4
min_python = 3.9
audience = Developers
language = English
requirements = fastai>=2.7.18 pyts>=0.13.0 imbalanced-learn>=0.12.4 psutil>=6.1.0 scikit-learn>=1.5.2
pip_requirements = torch>=1.10,<2.6
conda_requirements = pytorch>=1.10,<2.6
conda_user = timeseriesAI
extra_requirements = sktime>=0.34.0 tsfresh>=0.20.3 PyWavelets>=1.7.0 nbformat>=5.10.4
dev_requirements = nbdev>2 ipykernel>6
console_scripts = nb2py=tsai.export:nb2py
nbs_path = nbs
doc_path = _docs
doc_host = https://timeseriesAI.github.io/tsai
doc_baseurl = /
git_url = https://github.com/timeseriesAI/tsai/
lib_path = tsai
title = tsai
tst_flags = local slow extras onnx
custom_sidebar = True
recursive = True
clean_ids = True
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clear_all = False
put_version_in_init = True