Minimal Tensor Library for Python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
215 B

[package]
name = "xsor"
version = "0.1.0"
edition = "2021"
[lib]
name = "xsor"
crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0.79"
num = "0.4.1"
pyo3 = { version = "0.20.2", features = ["extension-module"] }