File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ grpcio = [
8282hazelcast = [" hazelcast-python-client>=5.1" ]
8383hbase = [" happybase>=1.2.0,<3" ]
8484ibis = [
85- " ibis-framework>=9.0.0,<=9.5.0 " ,
85+ " ibis-framework>=9.0.0" ,
8686 " ibis-substrait>=4.0.0" ,
8787 " substrait<0.25.0" , # TODO: remove this once we upgrade protobuf
8888 " poetry-core<2" ,
@@ -103,7 +103,7 @@ milvus = [
103103 " milvus-lite==2.4.12" ,
104104 " feast[setuptools]"
105105]
106- mssql = [" ibis-framework[mssql]>=9.0.0,<=9.5.0 " ]
106+ mssql = [" ibis-framework[mssql]>=9.0.0" ]
107107mysql = [" pymysql" , " types-PyMySQL" ]
108108opentelemetry = [" prometheus_client" , " psutil" ]
109109spark = [" pyspark>=4.0.0" ]
Original file line number Diff line number Diff line change 132132]
133133
134134IBIS_REQUIRED = [
135- "ibis-framework>=9.0.0,<10 " ,
135+ "ibis-framework>=9.0.0" ,
136136 "ibis-substrait>=4.0.0" ,
137137 "substrait<0.25.0" , # TODO: remove this once we upgrade protobuf
138138]
158158 "couchbase-columnar==1.0.0"
159159]
160160
161- MSSQL_REQUIRED = ["ibis-framework[mssql]>=9.0.0,<10 " ]
161+ MSSQL_REQUIRED = ["ibis-framework[mssql]>=9.0.0" ]
162162
163163FAISS_REQUIRED = ["faiss-cpu>=1.7.0,<=1.10.0" ]
164164QDRANT_REQUIRED = ["qdrant-client>=1.12.0" ]
You can’t perform that action at this time.
0 commit comments