Skip to content

Commit 9b89295

Browse files
numpy version requierment
1 parent ac2d1c7 commit 9b89295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
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.",
2424
long_description_content_type="text/markdown",
2525
packages=['aplr'],
26-
install_requires=["numpy"],
26+
install_requires=["numpy>=1.2.0"],
2727
python_requires='>=3.8',
2828
classifiers=["License :: OSI Approved :: MIT License"],
2929
license="MIT",

0 commit comments

Comments
 (0)