Skip to content

Commit

Permalink
Remove lower dependency testing
Browse files Browse the repository at this point in the history
  • Loading branch information
simw committed Feb 6, 2025
1 parent cb58d06 commit 67a2036
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fsspec = [
]
ijson = "^3.0.0"
pyarrow = [
{ version = ">=14.0.0", python = "<3.13" },
{ version = ">=16.0.0", python = "<3.13" },
{ version = ">=18.0.0", python = ">=3.13" },
]
# We don't have a direct numpy dependency, but pyarrow depends on numpy
Expand Down
2 changes: 1 addition & 1 deletion scripts/test_dependency_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ main() {
poetry run python -m pytest
fi

poetry run pip install pyarrow==14.0.0
poetry run pip install pyarrow==16.0.0
poetry run python -m pytest

poetry run pip install ijson==3.0.0
Expand Down

0 comments on commit 67a2036

Please sign in to comment.