Skip to content

Commit 4823767

Browse files
committed
update to version 2.3.3 and update dependencies
update to version 2.3.3 and update dependencies
1 parent b126788 commit 4823767

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
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.

environment.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ channels:
55

66
dependencies:
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

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
MAINTAINER_EMAIL = 'scottfree.analytics@scottfreellc.com'
1111
URL = "https://github.com/ScottFreeLLC/AlphaPy"
1212
LICENSE = "Apache License, Version 2"
13-
VERSION = "2.3.2"
13+
VERSION = "2.3.3"
1414

1515
classifiers = ['Development Status :: 4 - Beta',
1616
'Programming Language :: Python',
@@ -26,17 +26,17 @@
2626
install_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

0 commit comments

Comments
 (0)