- add tiffwrite function for python
- parallel zstd compression
This commit is contained in:
@@ -12,12 +12,11 @@ crate-type = ["cdylib", "rlib"]
|
||||
pyo3 = { version = "0.21.2", features = ["extension-module", "abi3-py310", "generate-import-lib", "anyhow", "multiple-pymethods"] }
|
||||
anyhow = "1.0.89"
|
||||
rayon = "1.10.0"
|
||||
fraction = "0.15.3"
|
||||
num = "0.4.3"
|
||||
ndarray = "0.15.6"
|
||||
chrono = "0.4.38"
|
||||
numpy = "0.21.0"
|
||||
futures = "0.3.31"
|
||||
zstd = "0.13.2"
|
||||
|
||||
[features]
|
||||
nopython = []
|
||||
|
||||
Reference in New Issue
Block a user