From 91c59a948ee2978be30e9b69d4f4bb4f572f3742 Mon Sep 17 00:00:00 2001 From: Mark Bakker Date: Wed, 12 Oct 2022 17:54:50 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27ec6b6a..f18876ba 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,6 @@ packages=["timml", "timml/besselaesnumba"], python_requires='>3.5', install_requires=["numpy>=1.12", "scipy>=0.19", - "numba>=0.39", "matplotlib>=2.0"], + "numba>=0.39", "matplotlib>=3.0"], classifiers=['Topic :: Scientific/Engineering :: Hydrology'], )