Skip to content

Commit 4317d29

Browse files
committed
Update version of the package and requirements
1 parent 6b7598d commit 4317d29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mbpls/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
__all__ = ["mbpls", "data"]
2424

25-
__version__ = "1.0.2"
25+
__version__ = "1.0.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# This is the lowest tested version. Below might work as well
2323
NUMPY_MIN_VERSION = '1.13.3'
2424
SCIPY_MIN_VERSION = '1.0.0'
25-
SCIKIT_LEARN_MIN_VERSION = '0.21.2'
25+
SCIKIT_LEARN_MIN_VERSION = '0.22.1'
2626
PANDAS_MIN_VERSION = '0.20.0'
2727

2828
def setup_package():

0 commit comments

Comments
 (0)