Skip to content

Commit

Permalink
fix(ci): build issue (#56)
Browse files Browse the repository at this point in the history
* fix(ci): build issue

Add Cargo.lock as recommended by PyO3/maturin#1960 (comment).

Maybe this will be worth removing once Maturin>1.4.0 is released.

* chore(deps): downgrade to pyo3 <= 0.20.2

* fix(tests): floating point issue
  • Loading branch information
jeertmans committed Feb 27, 2024
1 parent 8fb1820 commit c124235
Show file tree
Hide file tree
Showing 5 changed files with 1,196 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*.pyc
*.so

Cargo.lock
dist/
target/

Expand Down
Loading

0 comments on commit c124235

Please sign in to comment.