We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15b3ea commit 7a16635Copy full SHA for 7a16635
1 file changed
setup.py
@@ -277,7 +277,6 @@ def run(self):
277
def run_setup(with_extensions):
278
if with_extensions:
279
ext_modules = (
280
- # blosc_extension()
281
zstd_extension()
282
+ lz4_extension()
283
+ compat_extension()
0 commit comments