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

cp integration to 2.9.0rc1.dev20241219 #964

Merged
merged 1 commit into from
Dec 20, 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
2 changes: 1 addition & 1 deletion deps_licenses/licenses_linux_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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
concrete-python, 2.9.0rc1.dev20241219, BSD-3-Clause
dependencies, 2.0.1, BSD License
dill, 0.3.9, BSD License
filelock, 3.16.1, The Unlicense (Unlicense)
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 @@
e7156d2459e80547c3950b77497a27c5
a5089dfe81c5b0e6543fe172366fb2cf
2 changes: 1 addition & 1 deletion deps_licenses/licenses_mac_intel_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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
concrete-python, 2.9.0rc1.dev20241219, BSD-3-Clause
dependencies, 2.0.1, BSD License
dill, 0.3.9, BSD License
filelock, 3.16.1, The Unlicense (Unlicense)
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 @@
e7156d2459e80547c3950b77497a27c5
a5089dfe81c5b0e6543fe172366fb2cf
2 changes: 1 addition & 1 deletion deps_licenses/licenses_mac_silicon_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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
concrete-python, 2.9.0rc1.dev20241219, BSD-3-Clause
dependencies, 2.0.1, BSD License
dill, 0.3.9, BSD License
filelock, 3.16.1, The Unlicense (Unlicense)
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 @@
e7156d2459e80547c3950b77497a27c5
a5089dfe81c5b0e6543fe172366fb2cf
36 changes: 18 additions & 18 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 @@ -39,7 +39,7 @@ python = ">=3.8.1,<3.13"
# https://python-poetry.org/docs/1.7/repositories#project-configuration
# concrete-python = {version="==2.7.0", source = "zama-pypi-cpu"}
concrete-ml-extensions = "0.1.3"
concrete-python = {version="==2.9.0rc1.dev20241130", source = "zama-pypi-cpu"}
concrete-python = {version="==2.9.0rc1.dev20241219", source = "zama-pypi-cpu"}
setuptools = "75.3.0"
skops = {version = "0.5.0"}
xgboost = "1.6.2"
Expand Down
Loading