Skip to content

Commit

Permalink
fix: set specific dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman authored and RomanBredehoft committed Jan 10, 2023
1 parent 70a6b27 commit f2dfc3e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
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 @@
9b7b5298ccfb772c8197b4686fb8f711
a3ace86b14f1d9cf54876094ae8287a2
26 changes: 13 additions & 13 deletions poetry.lock

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

24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ readme = "pypi_readme.md"

[tool.poetry.dependencies]
python = ">=3.7.1,<3.11"
concrete-numpy = ">=0.8.0"
numpy = ">=1.21.6"
setuptools = "*"
onnx = "^1.11.0"
scipy = ">=1.7.3"
xgboost = "^1.5.2"
skorch = "^0.11.0"
scikit-learn = ">=1.0.2"
torch = ">=1.11.0,<1.13"
typing-extensions="^4.3.0"
hummingbird-ml = {version="^0.4.4", extras = ["onnx"]}
concrete-numpy = "0.9.0"
numpy = "1.21.6"
setuptools = "65.6.3"
onnx = "1.12.0"
scipy = "1.7.3"
xgboost = "1.6.2"
skorch = "0.11.0"
scikit-learn = "1.0.2"
torch = "1.12.1"
typing-extensions = "4.4.0"
hummingbird-ml = {version="0.4.4", extras = ["onnx"]}
protobuf = "3.19.4"
# FIXME: Update to remote brevitas repo after patches are merged
# https://github.com/zama-ai/concrete-ml-internal/issues/1388
concrete-ml-extensions-brevitas = "0.1.0"
onnxoptimizer = "^0.2.7"
onnxoptimizer = "0.2.7"

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

0 comments on commit f2dfc3e

Please sign in to comment.