Skip to content

Commit c562c58

Browse files
numpy version requirement
1 parent 1fddd2c commit c562c58

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>=1.2.0"],
26+
install_requires=["numpy>=1.20"],
2727
python_requires='>=3.8',
2828
classifiers=["License :: OSI Approved :: MIT License"],
2929
license="MIT",

0 commit comments

Comments
 (0)