Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YertleTurtleGit committed Apr 14, 2024
1 parent 8f634c7 commit e86ee58
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 26 deletions.
30 changes: 19 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "graph_pca"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
pyo3 = { version = "0.20.0", features = ["extension-module"] }
pyo3 = { version = "0.21.1", features = ["extension-module"] }
nalgebra = "0.32.3"
rayon = "1.8.0"
kdtree = "0.7.0"
Expand Down
13 changes: 0 additions & 13 deletions graph-pca.code-workspace

This file was deleted.

0 comments on commit e86ee58

Please sign in to comment.