From 4912db5ac8f5800520bde351cbb138e2737de119 Mon Sep 17 00:00:00 2001 From: Chelsea Lin Date: Mon, 16 Sep 2024 18:31:08 +0000 Subject: [PATCH 1/2] chore: limit ibis version to 9.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 908a3c244f..833d4fe565 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "google-cloud-iam >=2.12.1", "google-cloud-resource-manager >=1.10.3", "google-cloud-storage >=2.0.0", - "ibis-framework[bigquery] >=9.0.0,<=9.3.0", + "ibis-framework[bigquery] >=9.0.0,<=9.2.0", "jellyfish >=0.8.9", "numpy >=1.24.0", "pandas >=1.5.3", From 89a47fab8e41840bb30ebcc905f0a0c0a9882994 Mon Sep 17 00:00:00 2001 From: Chelsea Lin Date: Mon, 16 Sep 2024 18:36:51 +0000 Subject: [PATCH 2/2] remove ibis constrains on 3.12 tests --- testing/constraints-3.12.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/testing/constraints-3.12.txt b/testing/constraints-3.12.txt index dbbb5a2d88..e69de29bb2 100644 --- a/testing/constraints-3.12.txt +++ b/testing/constraints-3.12.txt @@ -1,3 +0,0 @@ -# Some internal modules have moved, -# so make sure we test on all ibis-framework 9.x versions. -ibis-framework==9.2.0