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
Current version is ^0.25.1 but pandas latest is 1.3.1. the pip dependency resolver will at most resolve to 0.25.3 due to the versioning semantics involved with ^. assuming no breaking changes, could we update the pyproject.toml to support pandas == ^1.0.0 ?