File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed
Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 6262# built documents.
6363#
6464# The short X.Y version.
65- version = '2.3.2 '
65+ version = '2.3.3 '
6666# The full version, including alpha/beta/rc tags.
67- release = '2.3.2 '
67+ release = '2.3.3 '
6868
6969# The language for content autogenerated by Sphinx. Refer to documentation
7070# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ channels:
55
66dependencies :
77- bokeh>=0.12
8- - ipython>=3.2.3
8+ - ipython>=5.0
99- matplotlib>=2.0.0
10- - numpy>=1.9.1
11- - pandas>=0.22.0
10+ - numpy>=1.12
11+ - pandas>=0.22
1212- pyyaml>=3.12
13- - scikit-learn>=0.17.1
14- - scipy>=0.18.1
15- - seaborn>=0.7.1
16- - xgboost>=0.6a2
13+ - scikit-learn>=0.19
14+ - scipy>=1.0
15+ - seaborn>=0.8
16+ - xgboost>=0.71
1717- pip :
1818 - category_encoders>=1.2.0
19- - imbalanced-learn>=0.2.1
20- - pandas-datareader>=0.3
21- - pyfolio>=0.7
19+ - imbalanced-learn>=0.3
20+ - pandas-datareader>=0.6
21+ - pyfolio>=0.8
Original file line number Diff line number Diff line change 1010MAINTAINER_EMAIL = 'scottfree.analytics@scottfreellc.com'
1111URL = "https://github.com/ScottFreeLLC/AlphaPy"
1212LICENSE = "Apache License, Version 2"
13- VERSION = "2.3.2 "
13+ VERSION = "2.3.3 "
1414
1515classifiers = ['Development Status :: 4 - Beta' ,
1616 'Programming Language :: Python' ,
2626install_reqs = [
2727 'bokeh>=0.12' ,
2828 'category_encoders>=1.2.0' ,
29- 'imbalanced-learn>=0.2.1 ' ,
30- 'ipython>=3.2.3 ' ,
29+ 'imbalanced-learn>=0.3 ' ,
30+ 'ipython>=5.0 ' ,
3131 'matplotlib>=2.0.0' ,
3232 'numpy>=1.12' ,
3333 'pandas>=0.22' ,
3434 'pandas-datareader>=0.6' ,
3535 'pyfolio>=0.8' ,
3636 'pyyaml>=3.12' ,
37- 'scikit-learn>=0.18 ' ,
37+ 'scikit-learn>=0.19 ' ,
3838 'scipy>=1.0' ,
39- 'seaborn>=0.7.1 ' ,
39+ 'seaborn>=0.8 ' ,
4040 'xgboost>=0.71' ,
4141]
4242
You can’t perform that action at this time.
0 commit comments