From aa7689842b61340cde31a3a20f7daf4ed215230c Mon Sep 17 00:00:00 2001 From: Ruben Di Battista Date: Sat, 12 Oct 2024 12:50:04 +0200 Subject: [PATCH] MNT: Remove special branch for numpy 2 now that is released --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2475559a5..df1d8f22e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,11 +28,6 @@ jobs: architecture: x86 - os: macos-12 architecture: x86 - include: - - python-version: "3.12" - numpy-version: ">=2.0.0rc1" - architecture: x64 - os: ubuntu-latest steps: - uses: actions/checkout@v4