Skip to content

Commit f122515

Browse files
committed
Update pyproject.toml extras
1 parent f1f7cfd commit f122515

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

python/pyproject.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ dependencies = [
4141
"requests",
4242
"furl",
4343
"boto3",
44-
"pandas<2.2.0",
45-
"numpy<2",
4644
"pyjks",
4745
"mock",
4846
"avro==1.11.3",
@@ -60,6 +58,8 @@ dependencies = [
6058

6159
[project.optional-dependencies]
6260
python = [
61+
"numpy<2",
62+
"pandas<2.2.0",
6363
"pyarrow>=10.0",
6464
"confluent-kafka<=2.3.0",
6565
"fastavro>=1.4.11,<=1.8.4",
@@ -86,7 +86,10 @@ dev-pandas1 = [
8686
"sqlalchemy<=1.4.48",
8787
]
8888
dev = ["hopsworks[dev-no-opt,great-expectations,polars]"]
89-
polars=["polars>=0.20.18,<=0.21.0"]
89+
polars=[
90+
"polars>=0.20.18,<=0.21.0",
91+
"pyarrow>=10.0",
92+
]
9093

9194
[build-system]
9295
requires = ["setuptools", "wheel"]

0 commit comments

Comments
 (0)