Skip to content

Commit f2dfc3e

Browse files
Romanmelanciani
authored andcommitted
fix: set specific dependency versions
1 parent 70a6b27 commit f2dfc3e

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9b7b5298ccfb772c8197b4686fb8f711
1+
a3ace86b14f1d9cf54876094ae8287a2

poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@ readme = "pypi_readme.md"
3434

3535
[tool.poetry.dependencies]
3636
python = ">=3.7.1,<3.11"
37-
concrete-numpy = ">=0.8.0"
38-
numpy = ">=1.21.6"
39-
setuptools = "*"
40-
onnx = "^1.11.0"
41-
scipy = ">=1.7.3"
42-
xgboost = "^1.5.2"
43-
skorch = "^0.11.0"
44-
scikit-learn = ">=1.0.2"
45-
torch = ">=1.11.0,<1.13"
46-
typing-extensions="^4.3.0"
47-
hummingbird-ml = {version="^0.4.4", extras = ["onnx"]}
37+
concrete-numpy = "0.9.0"
38+
numpy = "1.21.6"
39+
setuptools = "65.6.3"
40+
onnx = "1.12.0"
41+
scipy = "1.7.3"
42+
xgboost = "1.6.2"
43+
skorch = "0.11.0"
44+
scikit-learn = "1.0.2"
45+
torch = "1.12.1"
46+
typing-extensions = "4.4.0"
47+
hummingbird-ml = {version="0.4.4", extras = ["onnx"]}
4848
protobuf = "3.19.4"
4949
# FIXME: Update to remote brevitas repo after patches are merged
5050
# https://github.com/zama-ai/concrete-ml-internal/issues/1388
5151
concrete-ml-extensions-brevitas = "0.1.0"
52-
onnxoptimizer = "^0.2.7"
52+
onnxoptimizer = "0.2.7"
5353

5454
[tool.poetry.dev-dependencies]
5555
isort = "^5.10.1"

0 commit comments

Comments
 (0)