You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
long_description="Build predictive and interpretable parametric machine learning models in Python based on the Automatic Piecewise Linear Regression methodology developed by Mathias von Ottenbreit.",
24
24
long_description_content_type="text/markdown",
25
25
packages=['aplr'],
26
-
install_requires=["numpy"],
26
+
install_requires=["numpy>=1.20"],
27
27
python_requires='>=3.8',
28
28
classifiers=["License :: OSI Approved :: MIT License"],
0 commit comments