npls1-python 0.1.0

Python bindings for the npls1 (N-PLS1) pure-Rust chemometrics library
Documentation
[package]
name = "npls1-python"
version = "0.1.0"
edition = "2024"
description = "Python bindings for the npls1 (N-PLS1) pure-Rust chemometrics library"
license = "MIT"
repository = "https://github.com/89605502155/npls1-python"

# The compiled Python extension module must be a cdylib.
[lib]
name = "npls1_python"
crate-type = ["cdylib"]


[dependencies]
ndarray = "0.17.2"
npls1 = "0.1.4"
numpy = "0.29.0"
pyo3 = { version = "0.29.0", features = ["extension-module"] }