File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 54
54
55
55
# General information about the project.
56
56
project = 'AlphaPy'
57
- copyright = '2019 , ScottFree Analytics LLC'
57
+ copyright = '2020 , ScottFree Analytics LLC'
58
58
author = 'Robert D. Scott II, Mark Conway'
59
59
60
60
# The version info for the project you're documenting, acts as replacement for
61
61
# |version| and |release|, also used in various other places throughout the
62
62
# built documents.
63
63
#
64
64
# The short X.Y version.
65
- version = '2.3.9 '
65
+ version = '2.4.0 '
66
66
# The full version, including alpha/beta/rc tags.
67
- release = '2.3.9 '
67
+ release = '2.4.0 '
68
68
69
69
# The language for content autogenerated by Sphinx. Refer to documentation
70
70
# for a list of supported languages.
Original file line number Diff line number Diff line change 10
10
MAINTAINER_EMAIL = '[email protected] '
11
11
URL = "https://github.com/ScottFreeLLC/AlphaPy"
12
12
LICENSE = "Apache License, Version 2"
13
- VERSION = "2.3.9 "
13
+ VERSION = "2.4.0 "
14
14
15
15
classifiers = ['Development Status :: 4 - Beta' ,
16
16
'Programming Language :: Python' ,
33
33
'keras>=2.2' ,
34
34
'matplotlib>=3.0' ,
35
35
'numpy>=1.17' ,
36
- 'pandas>=0.24 ' ,
36
+ 'pandas>=1.0 ' ,
37
37
'pandas-datareader>=0.8' ,
38
38
'pyfolio>=0.9' ,
39
39
'pyyaml>=5.0' ,
40
- 'scikit-learn>=0.21 ' ,
40
+ 'scikit-learn>=0.22 ' ,
41
41
'scipy>=1.1' ,
42
42
'seaborn>=0.9' ,
43
43
'tensorflow>=1.15' ,
You can’t perform that action at this time.
0 commit comments