You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is my understanding that in 3.0 you should not be getting pytz objects unless you are explicitly using them. So I'm not sure what it'd mean to "explicitly opt out of pytz". Can you clarify?
Uh oh!
There was an error while loading. Please reload this page.
Feature Type
Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
Problem Description
I wish I could explicitly opt out of using
pytz
withpandas
, even if another library (APScheduler in my case) uses it as a dependency.APScheduler is due to also drop
pytz
requirement in future, but I'd like to get ahead now.Feature Description
Patch here to
pandas/pandas/_libs/tslibs/timezones.pyx
Line 25 in 2a10e04
pandas/pandas/_libs/tslibs/timezones.pyx
Line 41 in 2a10e04
Alternative Solutions
N/A
Additional Context
The text was updated successfully, but these errors were encountered: