Skip to content

Commit 06c1b33

Browse files
authored
deps: limit ibis-framework version to 9.2.0 (#989)
* chore: limit ibis version to 9.2.0 * remove ibis constrains on 3.12 tests
1 parent c164e85 commit 06c1b33

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"google-cloud-iam >=2.12.1",
4848
"google-cloud-resource-manager >=1.10.3",
4949
"google-cloud-storage >=2.0.0",
50-
"ibis-framework[bigquery] >=9.0.0,<=9.3.0",
50+
"ibis-framework[bigquery] >=9.0.0,<=9.2.0",
5151
"jellyfish >=0.8.9",
5252
"numpy >=1.24.0",
5353
"pandas >=1.5.3",

testing/constraints-3.12.txt

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
# Some internal modules have moved,
2-
# so make sure we test on all ibis-framework 9.x versions.
3-
ibis-framework==9.2.0

0 commit comments

Comments
 (0)