Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update glwe extensions lib #951

Merged
merged 2 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deps_licenses/licenses_linux_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ brevitas, 0.10.2, UNKNOWN
certifi, 2024.8.30, Mozilla Public License 2.0 (MPL 2.0)
charset-normalizer, 3.4.0, MIT License
coloredlogs, 15.0.1, MIT License
concrete-ml-extensions, 0.1.2, BSD-3-Clause-Clear
concrete-ml-extensions, 0.1.3, BSD-3-Clause-Clear
concrete-python, 2.9.0rc1.dev20241130, BSD-3-Clause
dependencies, 2.0.1, BSD License
dill, 0.3.9, BSD License
Expand Down Expand Up @@ -49,7 +49,7 @@ pytz, 2024.2, MIT License
requests, 2.32.3, Apache Software License
scikit-learn, 1.4.0, BSD License
scipy, 1.13.1, BSD License
six, 1.16.0, MIT License
six, 1.17.0, MIT License
skl2onnx, 1.17.0, Apache Software License
skops, 0.5.0, MIT
skorch, 0.11.0, new BSD 3-Clause
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 @@
85a519f8389929d8e87aa0367decff53
e7156d2459e80547c3950b77497a27c5
3 changes: 2 additions & 1 deletion deps_licenses/licenses_mac_intel_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ brevitas, 0.10.2, UNKNOWN
certifi, 2024.8.30, Mozilla Public License 2.0 (MPL 2.0)
charset-normalizer, 3.4.0, MIT License
coloredlogs, 15.0.1, MIT License
concrete-ml-extensions, 0.1.3, BSD-3-Clause-Clear
concrete-python, 2.9.0rc1.dev20241130, BSD-3-Clause
dependencies, 2.0.1, BSD License
dill, 0.3.9, BSD License
Expand Down Expand Up @@ -36,7 +37,7 @@ pytz, 2024.2, MIT License
requests, 2.32.3, Apache Software License
scikit-learn, 1.4.0, BSD License
scipy, 1.13.1, BSD License
six, 1.16.0, MIT License
six, 1.17.0, MIT License
skl2onnx, 1.17.0, Apache Software License
skops, 0.5.0, MIT
skorch, 0.11.0, new BSD 3-Clause
Expand Down
2 changes: 1 addition & 1 deletion deps_licenses/licenses_mac_intel_user.txt.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
85a519f8389929d8e87aa0367decff53
e7156d2459e80547c3950b77497a27c5
3 changes: 2 additions & 1 deletion deps_licenses/licenses_mac_silicon_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ brevitas, 0.10.2, UNKNOWN
certifi, 2024.8.30, Mozilla Public License 2.0 (MPL 2.0)
charset-normalizer, 3.4.0, MIT License
coloredlogs, 15.0.1, MIT License
concrete-ml-extensions, 0.1.3, BSD-3-Clause-Clear
concrete-python, 2.9.0rc1.dev20241130, BSD-3-Clause
dependencies, 2.0.1, BSD License
dill, 0.3.9, BSD License
Expand Down Expand Up @@ -36,7 +37,7 @@ pytz, 2024.2, MIT License
requests, 2.32.3, Apache Software License
scikit-learn, 1.4.0, BSD License
scipy, 1.13.1, BSD License
six, 1.16.0, MIT License
six, 1.17.0, MIT License
skl2onnx, 1.17.0, Apache Software License
skops, 0.5.0, MIT
skorch, 0.11.0, new BSD 3-Clause
Expand Down
2 changes: 1 addition & 1 deletion deps_licenses/licenses_mac_silicon_user.txt.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
85a519f8389929d8e87aa0367decff53
e7156d2459e80547c3950b77497a27c5
244 changes: 123 additions & 121 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ python = ">=3.8.1,<3.13"
# source, so we should only use this for Concrete Python's non-public releases
# https://python-poetry.org/docs/1.7/repositories#project-configuration
# concrete-python = {version="==2.7.0", source = "zama-pypi-cpu"}
concrete-ml-extensions = [
{version = "0.1.2", platform = "linux" }
]
concrete-ml-extensions = "0.1.3"
concrete-python = {version="==2.9.0rc1.dev20241130", source = "zama-pypi-cpu"}
setuptools = "75.3.0"
skops = {version = "0.5.0"}
Expand Down
Loading