forked from Lainports/freebsd-ports
Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc works well for compressing numerical arrays that contains data with relatively low entropy, like sparse data, time series, grids with regular-spaced values, etc. python-blosc a Python package that wraps Blosc.
6 lines
231 B
TOML
6 lines
231 B
TOML
--- pyproject.toml.orig 2024-06-24 16:59:37 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,2 +1,2 @@
|
|
[build-system]
|
|
-requires = ["setuptools", "scikit-build", "cmake", "ninja", "py-cpuinfo"]
|
|
+requires = ["setuptools", "scikit-build", "py-cpuinfo"]
|