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