Skip to content

Commit

Permalink
fix: pydruid version update (#293)
Browse files Browse the repository at this point in the history
fix: point to Chichu's fork for pydruid

Signed-off-by: s0nicboOm <[email protected]>
  • Loading branch information
s0nicboOm committed Sep 19, 2023
1 parent 8ec5781 commit f55312b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 8 deletions.
38 changes: 32 additions & 6 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "numalogic"
version = "0.6.0a2"
version = "0.6.0a3"
description = "Collection of operational Machine Learning models and tools."
authors = ["Numalogic Developers"]
packages = [{ include = "numalogic" }]
Expand Down Expand Up @@ -43,7 +43,7 @@ pynumaflow = "~0.5"
mlflow-skinny = { version = "^2.0", optional = true }
redis = {extras = ["hiredis"], version = "^5.0", optional = true}
boto3 = { version = "^1.24.64", optional = true }
pydruid = {version = "^0.6", optional = true}
pydruid= {git="https://github.com/cosmic-chichu/pydruid.git", branch = "master", optional = true }

[tool.poetry.extras]
mlflow = ["mlflow-skinny"]
Expand Down

0 comments on commit f55312b

Please sign in to comment.