-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
Fix to _get_nearest_indexer for pydata/xarray#3751 #32905
Changes from 11 commits
2687e34
7b4458d
5998295
97bfabe
8034e55
5abefa3
fc2aebf
063488a
2d4bc9b
1c467c3
addb4e1
764439e
c04fe3c
389064c
7dda7b1
3c68605
b795f4c
689077d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ dependencies: | |
# pandas dependencies | ||
- beautifulsoup4 | ||
- bottleneck | ||
- cftime # Needed for downstream xarray.CFTimeIndex test | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. these should not be in every CI yaml There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I understand; I was just following @jbrockmendel's recommendation. Which CI yaml should I put this in? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove from all |
||
- html5lib | ||
- jinja2 | ||
- lxml | ||
|
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.
pls move these near xarray