Skip to content

Commit

Permalink
add optimize_random_greedy_track_flops + release GIL
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Apr 16, 2024
1 parent ba37c47 commit f3a3e50
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 73 deletions.
51 changes: 33 additions & 18 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
Expand Up @@ -10,8 +10,8 @@ crate-type = ["cdylib"]

[dependencies]
bit-set = "0.5"
pyo3 = "0.19"
ordered-float = "3.9"
ordered-float = "4.2"
pyo3 = "0.21"
rand = "0.8"
rustc-hash = "1.1"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [
]

[build-system]
requires = ["maturin>=0.15,<0.16"]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[tool.maturin]
Expand Down
Loading

0 comments on commit f3a3e50

Please sign in to comment.