ashvardanian / SimSIMD

Up to 200x Faster Inner Products and Vector Similarity — for Python, JavaScript, Rust, C, and Swift, supporting f64, f32, f16 real & complex, i8, and binary vectors using SIMD for both x86 AVX2 & AVX-512 and Arm NEON & SVE 📐
https://ashvardanian.com/posts/simsimd-faster-scipy/
Apache License 2.0
794 stars 42 forks source link

Remove redundant wheel dep from pyproject.toml #114

Closed mgorny closed 1 month ago

mgorny commented 1 month ago

Remove the redundant wheel dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a

ashvardanian commented 1 month ago

Oh, thank you! I am almost certain, that I have the same issue in StringZilla and USearch. Feel free to open PRs 🤗

mgorny commented 1 month ago

Oh, thank you! I am almost certain, that I have the same issue in StringZilla and USearch. Feel free to open PRs 🤗

Could you just do it yourself? It feels quite wasteful to fork all these repos to do a trivial fix everywhere.