-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI, ENH: Check each minimum dependency is enforced in *.yaml and environment.yml #51189
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
MarcoGorelli
merged 45 commits into
pandas-dev:main
from
kathleenhang:kathleenhang-50207
Feb 23, 2023
Merged
Changes from 34 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
4a15e02
Add pin_min_versions_to_ci_deps()
kathleenhang f71a869
Fix typos
kathleenhang e4b90a2
Remove debug statements
kathleenhang 527bd37
Update YAML package versions
kathleenhang cbd87e5
Replace files with updated min versions
kathleenhang c0c4ffc
Add exclusions + edge cases
kathleenhang e4789d2
Revert file to original
kathleenhang 1c8c8b4
Revert environment.yml
kathleenhang 6d6c391
Fix bugs
kathleenhang 7b3f50a
Merge branch 'main' into kathleenhang-50207
kathleenhang a4b4bdb
Add helper function
kathleenhang e2bb536
Ran pre-commit run validate-min-versions-in-sync --all-files
kathleenhang 8397c94
Merge branch 'kathleenhang-50207' of https://github.com/kathleenhang/…
kathleenhang 3a73573
Fix merge issue
kathleenhang ed4827b
Merge branch 'main' into kathleenhang-50207
kathleenhang 0968c10
add parameter for custom toml dependency
kathleenhang 6d30e63
Add dummy test files for test_validate_min_versions_in_sync.py
kathleenhang f923b98
Add unit test: test_update_yaml_file_version()
kathleenhang 49e00c6
Merge branch 'kathleenhang-50207' of https://github.com/kathleenhang/…
kathleenhang 536450f
Merge branch 'main' into kathleenhang-50207
kathleenhang 1431ae8
Add dummy test files for edge cases
kathleenhang d2d5d73
Add parametrization to unit test
kathleenhang 1af6771
Run pre-commit
kathleenhang 3b6123f
Fix tzdata bug
kathleenhang 2c8c746
Merge branch 'kathleenhang-50207' of https://github.com/kathleenhang/…
kathleenhang 4af5291
Fix tzdata issue
kathleenhang 6e8b0ef
Merge branch 'main' into kathleenhang-50207
kathleenhang 5bd4908
Refactor
kathleenhang 78114fb
Merge branch 'kathleenhang-50207' of https://github.com/kathleenhang/…
kathleenhang 04dda2e
Update ci deps
kathleenhang db0feae
Remove pyarrow
kathleenhang 4bd6e7a
Revert tzdata
kathleenhang bec1dd1
Update pyarrow
kathleenhang 3c4e800
Revert pyarrow
kathleenhang 964e201
Add docstrings
kathleenhang e89dd4d
Merge branch 'main' into kathleenhang-50207
kathleenhang 47179f0
Remove psutil
kathleenhang 2c39a81
Fix file rewrite issue
kathleenhang 554ed85
Refactor test data
kathleenhang b2a672b
Merge branch 'kathleenhang-50207' of https://github.com/kathleenhang/…
kathleenhang 985730f
minor fixups
0b25f3a
Merge remote-tracking branch 'upstream/main'
07c68b3
fixup
74965c2
improve typing
635c055
Merge branch 'main' into kathleenhang-50207
MarcoGorelli 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
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
Oops, something went wrong.
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.
psutil
was recently removed from all of the these files. Could you remove them?