Skip to content

Commit

Permalink
Use NumPy from release
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Oct 11, 2024
1 parent 6e23d4c commit 49e051a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ hashbrown = { version = ">=0.13, <0.15", features = ["rayon"] }
indexmap = { version = ">=1.9, <3", features = ["rayon"] }
ndarray = { version = "0.16.1", features = ["rayon"] }
num-traits = "0.2"
numpy = { git = "https://github.com/PyO3/rust-numpy.git", rev="ca3299fe260ff247fe45bd667eb4b0fe5cb1acc8" }
numpy = "0.22"
petgraph = "0.6.5"
rand = "0.8"
rand_pcg = "0.3"
Expand Down

0 comments on commit 49e051a

Please sign in to comment.