From 51a10a23612b1690a1e22bd9f511097b12f7c967 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sun, 24 Dec 2023 12:41:32 +0000 Subject: [PATCH] put a pin on it --- .github/workflows/gh-ci-cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-ci-cron.yaml b/.github/workflows/gh-ci-cron.yaml index 885764895fa..b3b014338fc 100644 --- a/.github/workflows/gh-ci-cron.yaml +++ b/.github/workflows/gh-ci-cron.yaml @@ -54,7 +54,7 @@ jobs: # Note: need to install contourpy first before matplotlib - name: nightly_wheels run: | - pip install --pre -U --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy numpy networkx matplotlib pandas + pip install --pre -U --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy "numpy==2.0.0-dev0" networkx matplotlib pandas - name: install_deps uses: ./.github/actions/setup-deps