Skip to content

Commit 9ca612c

Browse files
committed
Remove limit of ibis-framework for all other feast main dependencies
Signed-off-by: jyejare <jyejare@redhat.com>
1 parent 96d6986 commit 9ca612c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ grpcio = [
8282
hazelcast = ["hazelcast-python-client>=5.1"]
8383
hbase = ["happybase>=1.2.0,<3"]
8484
ibis = [
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"]
107107
mysql = ["pymysql", "types-PyMySQL"]
108108
opentelemetry = ["prometheus_client", "psutil"]
109109
spark = ["pyspark>=4.0.0"]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
]
133133

134134
IBIS_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
]
@@ -158,7 +158,7 @@
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

163163
FAISS_REQUIRED = ["faiss-cpu>=1.7.0,<=1.10.0"]
164164
QDRANT_REQUIRED = ["qdrant-client>=1.12.0"]

0 commit comments

Comments
 (0)