We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tzdata
_hard_dependencies
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
Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
In #61084 (review), suggesting that tzdata should be added to the _hard_dependencies list.
Extend current _hard_dependencies from ("numpy", "dateutil") to ("numpy", "dateutil", "tzdata").
("numpy", "dateutil")
("numpy", "dateutil", "tzdata")
No
No response
The text was updated successfully, but these errors were encountered:
I working on related issue in #61084. I'd be happy to work on this after #61084 merged!
Sorry, something went wrong.
take
chilin0525
Successfully merging a pull request may close this issue.
Feature Type
Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
Problem Description
In #61084 (review), suggesting that
tzdata
should be added to the_hard_dependencies
list.Feature Description
Extend current
_hard_dependencies
from("numpy", "dateutil")
to("numpy", "dateutil", "tzdata")
.Alternative Solutions
No
Additional Context
No response
The text was updated successfully, but these errors were encountered: