Skip to content

Commit

Permalink
Merge pull request #1733 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 7a1aba8 + 5398771 commit eeb6d42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ name = "compute"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.21", features = ["extension-module"] }
numpy = "0.21"
pyo3 = { version = "0.20", features = ["extension-module"] }
numpy = "0.20"
ndarray = "0.15.3"
pythonize = "0.21"
pythonize = "0.20"
serde = "1.0.171"

[dependencies.sqlparser]
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__ = 555
__build__ = 557

# 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 eeb6d42

Please sign in to comment.