Skip to content

Commit

Permalink
chore: fix dependencies hummingbird
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery authored Apr 4, 2022
1 parent c5c516e commit 94d351d
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 46 deletions.
3 changes: 1 addition & 2 deletions deps_licenses/licenses_linux_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cycler, 0.11.0, BSD License
dill, 0.3.4, BSD License
flatbuffers, 2.0, Apache Software License
fonttools, 4.31.2, MIT License
hummingbird-ml, 0.4.2.2, MIT License
joblib, 1.1.0, BSD License
kiwisolver, 1.4.2, BSD License
loguru, 0.5.3, MIT License
Expand All @@ -28,7 +27,7 @@ scikit-learn, 1.0.2, new BSD
scipy, 1.8.0, BSD License
setuptools-scm, 6.4.2, MIT License
six, 1.16.0, MIT License
skl2onnx, 1.11, Apache Software License
skl2onnx, 1.11.1, Apache Software License
skorch, 0.11.0, new BSD 3-Clause
tabulate, 0.8.9, MIT License
threadpoolctl, 3.1.0, BSD License
Expand Down
2 changes: 1 addition & 1 deletion deps_licenses/licenses_linux_user.txt.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MD5(poetry.lock)= af3004f3a0e619197597c0851dde67ce
MD5(poetry.lock)= 0bc44ca814afe3e769f6011eedf83849
3 changes: 1 addition & 2 deletions deps_licenses/licenses_mac_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cycler, 0.11.0, BSD License
dill, 0.3.4, BSD License
flatbuffers, 2.0, Apache Software License
fonttools, 4.31.2, MIT License
hummingbird-ml, 0.4.2.2, MIT License
joblib, 1.1.0, BSD License
kiwisolver, 1.4.2, BSD License
loguru, 0.5.3, MIT License
Expand All @@ -28,7 +27,7 @@ scikit-learn, 1.0.2, new BSD
scipy, 1.8.0, BSD License
setuptools-scm, 6.4.2, MIT License
six, 1.16.0, MIT License
skl2onnx, 1.11, Apache Software License
skl2onnx, 1.11.1, Apache Software License
skorch, 0.11.0, new BSD 3-Clause
tabulate, 0.8.9, MIT License
threadpoolctl, 3.1.0, BSD License
Expand Down
2 changes: 1 addition & 1 deletion deps_licenses/licenses_mac_user.txt.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MD5(poetry.lock)= af3004f3a0e619197597c0851dde67ce
MD5(poetry.lock)= 0bc44ca814afe3e769f6011eedf83849
82 changes: 43 additions & 39 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ numpy = "^1.22.3"
setuptools = "*"
onnx = "^1.11.0"
scipy = "^1.8.0"
hummingbird-ml = {git = "https://github.com/zama-ai/hummingbird.git", rev = "dev", extras = ["onnx"]}
xgboost = "^1.5.2"
skorch = "^0.11.0"
scikit-learn = "^1.0.2"
torch = "^1.11.0"
concrete-ml-extensions-hb = {extras = ["onnx"], version = "^0.4.2"}

[tool.poetry.dev-dependencies]
isort = "^5.10.1"
Expand Down

0 comments on commit 94d351d

Please sign in to comment.