AnacondaRecipes / repodata-hotfixes

Changes to package metadata to fix behavior
BSD 3-Clause "New" or "Revised" License
14 stars 20 forks source link

Set minimum `zstd` requirement for `zstandard` Python bindings #194

Open dholth opened 1 year ago

dholth commented 1 year ago

At least on Windows, zstandard 0.19.x appears to require zstd 1.5.5 but this is not reflected in the package metadata. If zstd 1.4.x is installed, python -c import zstandard will fail.