We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a73100 commit 0348723Copy full SHA for 0348723
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