Skip to content

Commit

Permalink
Merge pull request #1735 from mabel-dev/#1700
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer authored Jun 6, 2024
2 parents 24f7598 + 90d4aa9 commit b33884f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "compute"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.20", features = ["extension-module"] }
pyo3 = { version = "0.20.3", features = ["extension-module", "abi3-py310"] }
numpy = "0.20"
ndarray = "0.15.3"
pythonize = "0.20"
Expand Down
2 changes: 1 addition & 1 deletion opteryx/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__build__ = 557
__build__ = 561

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit b33884f

Please sign in to comment.