From c52d7cc50df046a760946d6e0ad6629e44ed595d Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 31 Oct 2024 17:17:29 -0600 Subject: [PATCH] CI: Bump to pandas 2.1.1 Needed for pre-built pandas wheel on Python 3.12. --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index c93578a1f..17b8e9ba2 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.9 numpy==1.26.0 -pandas==1.3.5 +pandas==2.1.1 protobuf==3.20.1 requests==2.28.1 importlib_metadata==6.0