From 3dc440c9aee4595b52732ca4d597d0d3860fd077 Mon Sep 17 00:00:00 2001 From: Sammy Sidhu Date: Tue, 21 Nov 2023 20:22:23 -0800 Subject: [PATCH] [CHORE] pin pandas for 3.8 (#1661) --- requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1ef49310b9..16e56014ac 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,8 @@ dask==2023.6.0; python_version >= '3.9' numpy; python_version < '3.9' numpy==1.26.2; python_version >= '3.9' pandas==1.3.5; python_version < '3.8' -pandas==2.1.3; python_version >= '3.8' +pandas==2.0.3; python_version == '3.8' +pandas==2.1.3; python_version >= '3.9' xxhash>=3.0.0 Pillow==9.5.0 opencv-python==4.8.1.78