Skip to content

Commit

Permalink
test: Test with the latest numpy for pyarrow support (#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 21, 2024
1 parent f93e334 commit a4d09cc
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 4 deletions.
65 changes: 63 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ fs-s3fs = {version = ">=1.1.1", optional = true}

# Parquet file dependencies installed as optional 'parquet' extras
numpy = [
{ version = ">=1.22,<1.25", python = ">=3.8,<3.9", optional = true },
{ version = ">=1.22", python = ">=3.9", optional = true },
{ version = ">=1.22,<1.25", python = "==3.8", optional = true },
{ version = ">=1.22,<2.1", python = "==3.9", optional = true },
{ version = ">=1.22", python = ">=3.10", optional = true },
]
pyarrow = { version = ">=13", optional = true }

Expand Down

0 comments on commit a4d09cc

Please sign in to comment.