From 7180cf3b1dafa34b27fd44d5b0e7062d4fc14d69 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 1 Dec 2024 10:50:07 +0000 Subject: [PATCH] update ci numpy version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20f5677..890eb5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: python-version: ["3.10", "3.11", "3.12"] - numpy: ["numpy>=1.20.3,<2.0.0", "numpy==2.0.0.rc2"] + numpy: ["numpy>=1.20.3,<2.0.0", "numpy>=2.0.0"] pandas: ["pandas==2.2.2"] pint: ["pint==0.24"]