From 83dbbb6594b1beda101403c8de0d1148cd42704c Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Tue, 10 Aug 2021 09:34:29 -0700 Subject: [PATCH] Backport PR #42962: CI: Pin dateutil --- ci/deps/actions-38-numpydev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/actions-38-numpydev.yaml b/ci/deps/actions-38-numpydev.yaml index 6eed2daac0c3b..e943053f15600 100644 --- a/ci/deps/actions-38-numpydev.yaml +++ b/ci/deps/actions-38-numpydev.yaml @@ -11,11 +11,11 @@ dependencies: - hypothesis>=3.58.0 # pandas dependencies + - python-dateutil - pytz - pip - pip: - cython==0.29.21 # GH#34014 - - "git+git://github.com/dateutil/dateutil.git" - "--extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple" - "--pre" - "numpy"