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
I know pandas < 2 is years old and unmaintaned, but is there a good reason to force users of the library to need pandas > 2?
Maybe this was just the result of doing a poetry add pandas, which adds the latest version, but IMO libraries should favor supporting the oldest reasonably easy to support and non-compromised version of their dependencies, I think.
The text was updated successfully, but these errors were encountered:
I know pandas < 2 is years old and unmaintaned, but is there a good reason to force users of the library to need pandas > 2?
Maybe this was just the result of doing a
poetry add pandas
, which adds the latest version, but IMO libraries should favor supporting the oldest reasonably easy to support and non-compromised version of their dependencies, I think.The text was updated successfully, but these errors were encountered: