forked from hudson-and-thames/mlfinlab
-
Notifications
You must be signed in to change notification settings - Fork 80
/
setup.cfg
62 lines (60 loc) · 1.86 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
[metadata]
name = mlfinlab
version = 0.12.3
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/
Mentorship Program = https://hudsonthames.org/mentorship/
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
Intended Audience :: Financial and Insurance Industry
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
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
setup_requires =
setuptools
install_requires =
pandas==1.0.4
numpy==1.18.5
numba==0.49.1
scikit-learn==0.23.1
scipy==1.4.1
statsmodels==0.11.1
matplotlib==3.2.1
cvxpy==1.1.1
[options.packages.find]
package_dir =
mlfinlab
exclude =
contrib
docs