Skip to content

Commit

Permalink
chore: remove deps and toml/lock updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Apr 8, 2024
1 parent cb30c99 commit 5f01eb8
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 110 deletions.
9 changes: 5 additions & 4 deletions deps_licenses/licenses_linux_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Name, Version, License
GitPython, 3.1.41, BSD License
PyYAML, 6.0.1, MIT License
anyio, 3.7.1, MIT License
boto3, 1.34.79, Apache Software License
botocore, 1.34.79, Apache Software License
boto3, 1.34.78, Apache Software License
botocore, 1.34.78, Apache Software License
brevitas, 0.8.0, UNKNOWN
certifi, 2023.7.22, Mozilla Public License 2.0 (MPL 2.0)
charset-normalizer, 3.3.2, MIT License
Expand Down Expand Up @@ -60,7 +60,7 @@ scipy, 1.10.1, BSD License
six, 1.16.0, MIT License
skl2onnx, 1.12, Apache Software License
skops, 0.5.0, MIT
skorch, 0.12.0, new BSD 3-Clause
skorch, 0.11.0, new BSD 3-Clause
smmap, 5.0.1, BSD License
sniffio, 1.3.1, Apache Software License; MIT License
starlette, 0.27.0, BSD License
Expand All @@ -74,7 +74,8 @@ tqdm, 4.66.2, MIT License; Mozilla Public License 2.0 (MPL 2.0)
transformers, 4.39.3, Apache Software License
typing_extensions, 4.5.0, Python Software Foundation License
tzdata, 2024.1, Apache Software License
urllib3, 2.2.1, MIT License
urllib3, 1.26.18, MIT License
uvicorn, 0.21.1, BSD License
xgboost, 1.6.2, Apache Software License
z3-solver, 4.13.0.0, MIT License
zipp, 3.18.1, MIT License
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 @@
384ba7791400b43d6e8fd2706e5b8627
c2b00111ef9bd7ef1c778701ab0dfe4e
9 changes: 5 additions & 4 deletions deps_licenses/licenses_mac_intel_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Name, Version, License
GitPython, 3.1.41, BSD License
PyYAML, 6.0.1, MIT License
anyio, 3.7.1, MIT License
boto3, 1.34.79, Apache Software License
botocore, 1.34.79, Apache Software License
boto3, 1.34.78, Apache Software License
botocore, 1.34.78, Apache Software License
brevitas, 0.8.0, UNKNOWN
certifi, 2023.7.22, Mozilla Public License 2.0 (MPL 2.0)
charset-normalizer, 3.3.2, MIT License
Expand Down Expand Up @@ -56,7 +56,7 @@ scipy, 1.10.1, BSD License
six, 1.16.0, MIT License
skl2onnx, 1.12, Apache Software License
skops, 0.5.0, MIT
skorch, 0.12.0, new BSD 3-Clause
skorch, 0.11.0, new BSD 3-Clause
smmap, 5.0.1, BSD License
sniffio, 1.3.1, Apache Software License; MIT License
starlette, 0.27.0, BSD License
Expand All @@ -70,7 +70,8 @@ tqdm, 4.66.2, MIT License; Mozilla Public License 2.0 (MPL 2.0)
transformers, 4.39.3, Apache Software License
typing_extensions, 4.5.0, Python Software Foundation License
tzdata, 2024.1, Apache Software License
urllib3, 2.2.1, MIT License
urllib3, 1.26.18, MIT License
uvicorn, 0.21.1, BSD License
xgboost, 1.6.2, Apache Software License
z3-solver, 4.13.0.0, MIT License
zipp, 3.18.1, MIT License
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 @@
384ba7791400b43d6e8fd2706e5b8627
c2b00111ef9bd7ef1c778701ab0dfe4e
6 changes: 3 additions & 3 deletions deps_licenses/licenses_mac_silicon_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Name, Version, License
GitPython, 3.1.41, BSD License
PyYAML, 6.0.1, MIT License
anyio, 3.7.1, MIT License
boto3, 1.34.79, Apache Software License
botocore, 1.34.79, Apache Software License
boto3, 1.34.78, Apache Software License
botocore, 1.34.78, Apache Software License
brevitas, 0.8.0, UNKNOWN
certifi, 2023.7.22, Mozilla Public License 2.0 (MPL 2.0)
charset-normalizer, 3.3.2, MIT License
Expand Down Expand Up @@ -56,7 +56,7 @@ scipy, 1.10.1, BSD License
six, 1.16.0, MIT License
skl2onnx, 1.12, Apache Software License
skops, 0.5.0, MIT
skorch, 0.12.0, new BSD 3-Clause
skorch, 0.11.0, new BSD 3-Clause
smmap, 5.0.1, BSD License
sniffio, 1.3.1, Apache Software License; MIT License
starlette, 0.27.0, BSD License
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 @@
384ba7791400b43d6e8fd2706e5b8627
c2b00111ef9bd7ef1c778701ab0dfe4e
170 changes: 76 additions & 94 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "concrete-ml"
version = "1.5.0-rc1"
version = "1.5.0"
description = "Concrete ML is an open-source set of tools which aims to simplify the use of fully homomorphic encryption (FHE) for data scientists."
license = "BSD-3-Clause-Clear"
authors = [
Expand Down Expand Up @@ -38,7 +38,7 @@ concrete-python = "2.6.0-rc1"
setuptools = "65.6.3"
skops = {version = "0.5.0"}
xgboost = "1.6.2"
skorch = "0.12.0"
skorch = "0.11.0"
torch = "1.13.1"
typing-extensions = "4.5.0"
brevitas = "0.8.0"
Expand Down

0 comments on commit 5f01eb8

Please sign in to comment.