From 503e8e86604c82cdb5d3ea899ce9a3201d5b8080 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:53:34 -1000 Subject: [PATCH] CI: Have NumpyDev build only test nightly numpy (#55596) --- ci/deps/actions-311-numpydev.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/deps/actions-311-numpydev.yaml b/ci/deps/actions-311-numpydev.yaml index 7fd3a65ec91f8..9a6c05a138f9b 100644 --- a/ci/deps/actions-311-numpydev.yaml +++ b/ci/deps/actions-311-numpydev.yaml @@ -29,5 +29,4 @@ dependencies: - "--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" - "--pre" - "numpy" - - "scipy" - "tzdata>=2022.1"