From 154a37c9b0ec796e57847f080b58e38626a16cd7 Mon Sep 17 00:00:00 2001 From: Jay Chia <17691182+jaychia@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:13:41 -0700 Subject: [PATCH] [CHORE] Revert "Bump pandas from 2.0.3 to 2.1.2" (#1554) Reverts Eventual-Inc/Daft#1542 It appears Pandas dropped support for Python 3.8 in >=2.1.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 93af563c5b..15cd593457 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,7 @@ dask==2023.6.0; python_version >= '3.9' numpy; python_version < '3.9' numpy==1.25.2; python_version >= '3.9' pandas==1.3.5; python_version < '3.8' -pandas==2.1.2; python_version >= '3.8' +pandas==2.0.3; python_version >= '3.8' xxhash>=3.0.0 Pillow==9.5.0 opencv-python==4.8.1.78