Skip to content

Commit ffe4df3

Browse files
chore: update glwe extensions lib to 0.1.3 (#951)
1 parent 96a94c4 commit ffe4df3

8 files changed

+133
-131
lines changed

deps_licenses/licenses_linux_user.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ brevitas, 0.10.2, UNKNOWN
66
certifi, 2024.8.30, Mozilla Public License 2.0 (MPL 2.0)
77
charset-normalizer, 3.4.0, MIT License
88
coloredlogs, 15.0.1, MIT License
9-
concrete-ml-extensions, 0.1.2, BSD-3-Clause-Clear
9+
concrete-ml-extensions, 0.1.3, BSD-3-Clause-Clear
1010
concrete-python, 2.9.0rc1.dev20241130, BSD-3-Clause
1111
dependencies, 2.0.1, BSD License
1212
dill, 0.3.9, BSD License
@@ -49,7 +49,7 @@ pytz, 2024.2, MIT License
4949
requests, 2.32.3, Apache Software License
5050
scikit-learn, 1.4.0, BSD License
5151
scipy, 1.13.1, BSD License
52-
six, 1.16.0, MIT License
52+
six, 1.17.0, MIT License
5353
skl2onnx, 1.17.0, Apache Software License
5454
skops, 0.5.0, MIT
5555
skorch, 0.11.0, new BSD 3-Clause
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
85a519f8389929d8e87aa0367decff53
1+
e7156d2459e80547c3950b77497a27c5

deps_licenses/licenses_mac_intel_user.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ brevitas, 0.10.2, UNKNOWN
66
certifi, 2024.8.30, Mozilla Public License 2.0 (MPL 2.0)
77
charset-normalizer, 3.4.0, MIT License
88
coloredlogs, 15.0.1, MIT License
9+
concrete-ml-extensions, 0.1.3, BSD-3-Clause-Clear
910
concrete-python, 2.9.0rc1.dev20241130, BSD-3-Clause
1011
dependencies, 2.0.1, BSD License
1112
dill, 0.3.9, BSD License
@@ -36,7 +37,7 @@ pytz, 2024.2, MIT License
3637
requests, 2.32.3, Apache Software License
3738
scikit-learn, 1.4.0, BSD License
3839
scipy, 1.13.1, BSD License
39-
six, 1.16.0, MIT License
40+
six, 1.17.0, MIT License
4041
skl2onnx, 1.17.0, Apache Software License
4142
skops, 0.5.0, MIT
4243
skorch, 0.11.0, new BSD 3-Clause
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
85a519f8389929d8e87aa0367decff53
1+
e7156d2459e80547c3950b77497a27c5

deps_licenses/licenses_mac_silicon_user.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ brevitas, 0.10.2, UNKNOWN
66
certifi, 2024.8.30, Mozilla Public License 2.0 (MPL 2.0)
77
charset-normalizer, 3.4.0, MIT License
88
coloredlogs, 15.0.1, MIT License
9+
concrete-ml-extensions, 0.1.3, BSD-3-Clause-Clear
910
concrete-python, 2.9.0rc1.dev20241130, BSD-3-Clause
1011
dependencies, 2.0.1, BSD License
1112
dill, 0.3.9, BSD License
@@ -36,7 +37,7 @@ pytz, 2024.2, MIT License
3637
requests, 2.32.3, Apache Software License
3738
scikit-learn, 1.4.0, BSD License
3839
scipy, 1.13.1, BSD License
39-
six, 1.16.0, MIT License
40+
six, 1.17.0, MIT License
4041
skl2onnx, 1.17.0, Apache Software License
4142
skops, 0.5.0, MIT
4243
skorch, 0.11.0, new BSD 3-Clause
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
85a519f8389929d8e87aa0367decff53
1+
e7156d2459e80547c3950b77497a27c5

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ python = ">=3.8.1,<3.13"
3838
# source, so we should only use this for Concrete Python's non-public releases
3939
# https://python-poetry.org/docs/1.7/repositories#project-configuration
4040
# concrete-python = {version="==2.7.0", source = "zama-pypi-cpu"}
41-
concrete-ml-extensions = [
42-
{version = "0.1.2", platform = "linux" }
43-
]
41+
concrete-ml-extensions = "0.1.3"
4442
concrete-python = {version="==2.9.0rc1.dev20241130", source = "zama-pypi-cpu"}
4543
setuptools = "75.3.0"
4644
skops = {version = "0.5.0"}

0 commit comments

Comments
 (0)