diff --git a/pyproject.toml b/pyproject.toml index ac8d2e73..0b68eb38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ maintainers = [ license = {text = "Apache Software License"} dependencies = [ "pandas<=2.0.2,>=0.25.0", - "numpy<=1.24.3,>=1.22.0", + "numpy<=1.26.0,>=1.22.0", "ordered-set<=4.1.0,>=4.0.2", "fugue<=0.9.0,>=0.8.6", ] @@ -111,4 +111,4 @@ upgrade = [ "numpy", "ordered-set", "fugue", -] \ No newline at end of file +]