diff --git a/pyproject.toml b/pyproject.toml index b88f7e1..803ec99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ "Operating System :: MacOS", ] dependencies = [ - "numpy", + "numpy>=1.24", "matplotlib>=3.1.1", "scipy>=1.3.0", "pywavelets>=1.1.1",