-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Update Poethepoet version #495
Conversation
pandas-stubs/core/series.pyi
Outdated
@@ -217,13 +217,43 @@ class Series(IndexOpsMixin, NDFrame, Generic[S1]): | |||
@overload | |||
def __new__( | |||
cls, | |||
data: IntervalIndex[IntervalT], | |||
data: IntervalIndex[Interval[int]], |
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.
I assume these changes are from #492
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.
Ugh. Same mistake again. My local copy of main
has the Interval
change for some reason, and I keep branching off of that and making the same mistake.
This is now fixed for this PR.
Thanks @Dr-Irv ! |
* split Series[IntervalT] into separate __new__ * update poethepoet version * put back Series.__new__() sing IntervalT * remove import of Interval
In #249 we pinned poethepoet because Windows CI was failing as reported in #240
Based on nat-n/poethepoet#88 (comment), poethepoet has been fixed, so put the min version at 0.16.5 which fixed the issue.