diff --git a/pyproject.toml b/pyproject.toml index f1e7dcca..e3a57a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ readme = "README.md" requires-python = ">=3.8" dependencies = [ "matplotlib", - "numpy>=1.10, <2", + "numpy>=1.10, <3", "pandas>=1.3", "pyyaml", "requests",