-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI: Test pyarrow nightly instead of intermediate versions #52211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
87d6e86
CI: Test pyarrow nightly instead of intermediate versions
mroeschke 7703e6a
Change format
mroeschke 531fb29
Merge remote-tracking branch 'upstream/main' into ci/pyarrow
mroeschke 9b8cdb5
Pin, remove hardcoded channel
mroeschke d195e1c
Try pip
mroeschke db122cf
Fix some tests
mroeschke 63bb9df
Merge remote-tracking branch 'upstream/main' into ci/pyarrow
mroeschke 22f97d2
Address more tests
mroeschke 8083dd3
Merge remote-tracking branch 'upstream/main' into ci/pyarrow
mroeschke 5e2fdb1
Merge remote-tracking branch 'upstream/main' into ci/pyarrow
mroeschke 906c221
Merge remote-tracking branch 'upstream/main' into ci/pyarrow
mroeschke aafc760
Fix test condition
mroeschke 509bd07
Fix another condidition
mroeschke 00757ef
Merge remote-tracking branch 'upstream/main' into ci/pyarrow
mroeschke 592cfe7
Cleanup name
mroeschke 47d54e6
Merge remote-tracking branch 'upstream/main' into ci/pyarrow
mroeschke 460da08
Remove boto3
mroeschke b517332
Merge remote-tracking branch 'upstream/main' into ci/pyarrow
mroeschke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,29 @@ | ||
name: pandas-dev | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.11 | ||
|
||
# build dependencies | ||
- versioneer[toml] | ||
- cython>=0.29.33 | ||
|
||
# test dependencies | ||
- pytest>=7.0.0 | ||
- pytest-cov | ||
- pytest-xdist>=2.2.0 | ||
- hypothesis>=6.34.2 | ||
- pytest-asyncio>=0.17.0 | ||
|
||
# required dependencies | ||
- python-dateutil | ||
- numpy | ||
- pytz | ||
- pip | ||
|
||
- pip: | ||
- "tzdata>=2022.1" | ||
- "--extra-index-url https://pypi.fury.io/arrow-nightlies/" | ||
- "--prefer-binary" | ||
- "--pre" | ||
- "pyarrow" |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build dependency setup uncovered a bug in the recent pyarrow Filesystem implementation not raising a
ValueError
consistently if pyarrow was install but fastparquet wasn't