-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathsetup.cfg
48 lines (45 loc) · 1.09 KB
/
setup.cfg
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
43
44
45
46
47
48
[metadata]
name = tft_torch
version = 0.0.6
author = Dvir Ben Or
author_email = [email protected]
description = A Python library that implements ״Temporal Fusion Transformers for Interpretable Multi-horizon Time Series Forecasting״
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/PlaytikaOSS/tft-torch
project_urls =
Bug Tracker = https://github.com/PlaytikaOSS/tft-torch/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.7
zip_safe = False
include_package_data = True
setup_requires =
setuptools>=52.0.0
install_requires =
omegaconf
torch>=1.6.0
numpy
pandas
scikit-learn
matplotlib
[options.extras_require]
develop =
flake8>=3.9.2
ipython>=7.23.1
nbsphinx>=0.8.4
pandoc>=1.0.2
pre-commit>=2.12.1
pytest>=6.2.4
setuptools>=52.0.0
sphinx>=4.0.0
sphinx-rtd-theme>=0.5.2
wheel>=0.36.2
build
recommonmark
[flake8]
max-line-length = 120