onecodex / finch-rs

A genomic minhashing implementation in Rust
https://www.onecodex.com
MIT License
92 stars 8 forks source link

Bump dependencies #56

Closed jairideout closed 2 years ago

jairideout commented 2 years ago

Bumped dependencies so wheels can be built on macOS and Linux (there were dependency conflicts between numpy and ndarray that surfaced since we last built wheels).

Fixed deprecation/other warnings + Clippy and updated build instructions in readme.

Closes DEV-7142