From 200af2ead6100f81c9b6dd4913365f134944c7d5 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Wed, 2 Jul 2025 10:53:45 +0100 Subject: [PATCH] ci: remove numpy pin --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 344dc8e7..d5b656e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,6 @@ jobs: - name: Upgrade pip, install deps run: | python -m pip install --upgrade pip - pip install 'numpy<2.0.0' # due to lingering issues with other modules pip install .[dev] - name: List packages so far