We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7598d commit 4317d29Copy full SHA for 4317d29
mbpls/__init__.py
@@ -22,4 +22,4 @@
22
23
__all__ = ["mbpls", "data"]
24
25
-__version__ = "1.0.2"
+__version__ = "1.0.3"
setup.py
@@ -22,7 +22,7 @@
# This is the lowest tested version. Below might work as well
NUMPY_MIN_VERSION = '1.13.3'
SCIPY_MIN_VERSION = '1.0.0'
-SCIKIT_LEARN_MIN_VERSION = '0.21.2'
+SCIKIT_LEARN_MIN_VERSION = '0.22.1'
26
PANDAS_MIN_VERSION = '0.20.0'
27
28
def setup_package():
0 commit comments