Skip to content

Commit

Permalink
update to version 2.3.3 and update dependencies
Browse files Browse the repository at this point in the history
update to version 2.3.3 and update dependencies
  • Loading branch information
mrconway committed Sep 16, 2018
1 parent b126788 commit 4823767
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '2.3.2'
version = '2.3.3'
# The full version, including alpha/beta/rc tags.
release = '2.3.2'
release = '2.3.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
20 changes: 10 additions & 10 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ channels:

dependencies:
- bokeh>=0.12
- ipython>=3.2.3
- ipython>=5.0
- matplotlib>=2.0.0
- numpy>=1.9.1
- pandas>=0.22.0
- numpy>=1.12
- pandas>=0.22
- pyyaml>=3.12
- scikit-learn>=0.17.1
- scipy>=0.18.1
- seaborn>=0.7.1
- xgboost>=0.6a2
- scikit-learn>=0.19
- scipy>=1.0
- seaborn>=0.8
- xgboost>=0.71
- pip:
- category_encoders>=1.2.0
- imbalanced-learn>=0.2.1
- pandas-datareader>=0.3
- pyfolio>=0.7
- imbalanced-learn>=0.3
- pandas-datareader>=0.6
- pyfolio>=0.8
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
MAINTAINER_EMAIL = '[email protected]'
URL = "https://github.com/ScottFreeLLC/AlphaPy"
LICENSE = "Apache License, Version 2"
VERSION = "2.3.2"
VERSION = "2.3.3"

classifiers = ['Development Status :: 4 - Beta',
'Programming Language :: Python',
Expand All @@ -26,17 +26,17 @@
install_reqs = [
'bokeh>=0.12',
'category_encoders>=1.2.0',
'imbalanced-learn>=0.2.1',
'ipython>=3.2.3',
'imbalanced-learn>=0.3',
'ipython>=5.0',
'matplotlib>=2.0.0',
'numpy>=1.12',
'pandas>=0.22',
'pandas-datareader>=0.6',
'pyfolio>=0.8',
'pyyaml>=3.12',
'scikit-learn>=0.18',
'scikit-learn>=0.19',
'scipy>=1.0',
'seaborn>=0.7.1',
'seaborn>=0.8',
'xgboost>=0.71',
]

Expand Down

0 comments on commit 4823767

Please sign in to comment.