-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: expand supported pyarrow versions to v4 (#643)
* deps: expand supported pyarrow versions to v4 * Expand *all* pyarrow pins. * Constrain pyarrow to v4.0.0+ in Python 3.9 tests
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This constraints file is used to make sure that the latest dependency versions | ||
# we claim to support in setup.py are indeed installed in test sessions in the most | ||
# recent Python version supported (3.9 at the time of writing - 2021-05-05). | ||
# | ||
# NOTE: Not comprehensive yet, will eventually be maintained semi-automatically by | ||
# the renovate bot. | ||
pyarrow>=4.0.0 |