-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
setup.cfg
77 lines (74 loc) · 2.21 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[metadata]
name = mlfinlab
version = 1.3.0
author = Hudson and Thames Quantitative Research
author_email = [email protected]
licence = All Rights Reserved
licence-file = LICENSE.txt
description = MlFinlab helps portfolio managers and traders who want to leverage the power of machine learning by providing reproducible, interpretable, and easy to use tools.
long_description = file: README.md
long_description_content_type = text/markdown
platform = any
url = https://www.hudsonthames.org/
project_urls =
Documentation = https://mlfinlab.readthedocs.io/en/latest/
Bug Reports = https://github.com/hudson-and-thames/mlfinlab/issues
Project Boards = https://github.com/orgs/hudson-and-thames/projects
Source = https://github.com/hudson-and-thames/mlfinlab
Blog = https://hudsonthames.org/blog/
Apprenticeship Program = https://hudsonthames.org/apprenticeship-program/
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
Intended Audience :: Financial and Insurance Industry
License :: Other/Proprietary License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Office/Business :: Financial :: Investment
keywords =
machinelearning
finance
investment
education
[options]
include_package_data = True
packages = find:
python_requires =
>=3.6, <3.9
setup_requires =
setuptools
cython
install_requires =
numpy>=0.16.0
matplotlib>=3.0.0
pandas>=1.0.0
scikit-learn>=0.20.0
scipy>=1.2.0
statsmodels>=0.9.0
cython>=0.29
POT>=0.7.0
numba>=0.40.0
networkx>=2.2, <2.6
dash>=1.0.0
dash-cytoscape>=0.1.0
dash-bootstrap-components>=0.10.0
jupyter-dash>=0.2.0
tensorflow>=2.0.0
joblib>=1.0.0
decorator>=4.0.0, <5.0.0
analytics-python>=1.2.7
getmac>=0.8.0
[options.packages.find]
package_dir =
mlfinlab
exclude =
contrib
docs
tests