Skip to content

Commit

Permalink
build(datasets): pin PyArrow until 19.0.1 is out (kedro-org#1006)
Browse files Browse the repository at this point in the history
* build(datasets): pin PyArrow until `19.0.1` is out

Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu>

* chore(datasets): exclude `19.0.0` instead of bound

Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu>

---------

Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
Co-authored-by: Merel Theisen <49397448+merelcht@users.noreply.github.com>
Signed-off-by: Richard Asselin <richard.asselin@gmail.com>
  • Loading branch information
2 people authored and CF-FHB-X committed Feb 18, 2025
1 parent 4a15b80 commit e6b22c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ docs = [

# Test requirements
test = [
"accelerate<0.32", # Temporary pin
"accelerate<0.32", # Temporary pin
"adlfs~=2023.1",
"behave==1.2.6",
"biopython~=1.73",
Expand Down Expand Up @@ -236,6 +236,7 @@ test = [
"polars[deltalake,xlsx2csv]>=1.0",
"pyarrow>=1.0; python_version < '3.11'",
"pyarrow>=7.0; python_version >= '3.11'", # Adding to avoid numpy build errors
"pyarrow!=19.0.0", # Temporary pin until https://github.com/apache/arrow/issues/45283 is fixed
"pyodbc~=5.0",
"pyspark>=3.0; python_version < '3.11'",
"pyspark>=3.4; python_version >= '3.11'",
Expand Down

0 comments on commit e6b22c3

Please sign in to comment.