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
Pinning dependencies of a library to an exact version (e.g., pandas==1.0.1) has many drawbacks, for example security issues. I see no reason why the dependencies have to be pinned for surfboard.
Maybe we can pin only the major versions, e.g. pandas>=1,<2.
The text was updated successfully, but these errors were encountered:
Pinning dependencies of a library to an exact version (e.g.,
pandas==1.0.1
) has many drawbacks, for example security issues. I see no reason why the dependencies have to be pinned for surfboard.Maybe we can pin only the major versions, e.g.
pandas>=1,<2
.The text was updated successfully, but these errors were encountered: