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
One more thing we could (and should!) do is to specify those dependencies - right now they are totally absent from pyproject.toml, which makes them hard to discover.
Those should be listed in [project.optional-dependencies] section. We could either make it a single extra, like compression = ['lz4', 'snappy'], or extra-per-lib, like