Skip to content

Commit

Permalink
chore: update protobuf version (#878)
Browse files Browse the repository at this point in the history
Co-authored-by: mohammadnaseri <[email protected]>
Co-authored-by: jfrery <[email protected]>
  • Loading branch information
3 people authored Sep 20, 2024
1 parent 0013b2f commit f828632
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 44 deletions.
4 changes: 2 additions & 2 deletions deps_licenses/licenses_linux_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concrete-python, 2.8.0rc3.dev20240820, BSD-3-Clause
dependencies, 2.0.1, BSD License
dill, 0.3.8, BSD License
filelock, 3.15.3, The Unlicense (Unlicense)
flatbuffers, 24.3.25, Apache Software License
flatbuffers, 2.0.7, Apache Software License
fsspec, 2024.6.0, BSD License
huggingface-hub, 0.23.4, Apache Software License
humanfriendly, 10.0, MIT License
Expand Down Expand Up @@ -41,7 +41,7 @@ onnxoptimizer, 0.3.13, Apache License v2.0
onnxruntime, 1.18.0, MIT License
packaging, 24.1, Apache Software License; BSD License
pandas, 2.0.3, BSD License
protobuf, 3.20.3, BSD-3-Clause
protobuf, 4.25.5, 3-Clause BSD License
psutil, 5.9.8, BSD License
python-dateutil, 2.9.0.post0, Apache Software License; BSD License
pytz, 2024.1, MIT License
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 @@
eb83b0f0acb879e882947f38f5d0c8aa
31249a607336424af0d790feb9db6252
4 changes: 2 additions & 2 deletions deps_licenses/licenses_mac_intel_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concrete-python, 2.8.0rc3.dev20240820, BSD-3-Clause
dependencies, 2.0.1, BSD License
dill, 0.3.8, BSD License
filelock, 3.15.3, The Unlicense (Unlicense)
flatbuffers, 24.3.25, Apache Software License
flatbuffers, 2.0.7, Apache Software License
fsspec, 2024.6.0, BSD License
huggingface-hub, 0.23.4, Apache Software License
humanfriendly, 10.0, MIT License
Expand All @@ -29,7 +29,7 @@ onnxoptimizer, 0.3.13, Apache License v2.0
onnxruntime, 1.18.0, MIT License
packaging, 24.1, Apache Software License; BSD License
pandas, 2.0.3, BSD License
protobuf, 3.20.3, BSD-3-Clause
protobuf, 4.25.5, 3-Clause BSD License
psutil, 5.9.8, BSD License
python-dateutil, 2.9.0.post0, Apache Software License; BSD License
pytz, 2024.1, MIT License
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 @@
eb83b0f0acb879e882947f38f5d0c8aa
31249a607336424af0d790feb9db6252
4 changes: 2 additions & 2 deletions deps_licenses/licenses_mac_silicon_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concrete-python, 2.8.0rc3.dev20240820, BSD-3-Clause
dependencies, 2.0.1, BSD License
dill, 0.3.8, BSD License
filelock, 3.15.3, The Unlicense (Unlicense)
flatbuffers, 24.3.25, Apache Software License
flatbuffers, 2.0.7, Apache Software License
fsspec, 2024.6.0, BSD License
huggingface-hub, 0.23.4, Apache Software License
humanfriendly, 10.0, MIT License
Expand All @@ -29,7 +29,7 @@ onnxoptimizer, 0.3.13, Apache License v2.0
onnxruntime, 1.18.0, MIT License
packaging, 24.1, Apache Software License; BSD License
pandas, 2.0.3, BSD License
protobuf, 3.20.3, BSD-3-Clause
protobuf, 4.25.5, 3-Clause BSD License
psutil, 5.9.8, BSD License
python-dateutil, 2.9.0.post0, Apache Software License; BSD License
pytz, 2024.1, MIT 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 @@
eb83b0f0acb879e882947f38f5d0c8aa
31249a607336424af0d790feb9db6252
56 changes: 22 additions & 34 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 @@ -59,7 +59,7 @@ hummingbird-ml = {version="0.4.11", extras = ["onnx"]}
scikit-learn = "1.1.3"
scipy = "1.10.1"
numpy = "1.23.5"
protobuf = "3.20.3"
protobuf = "^4.25.2"
pandas = "2.0.3"

# Zama sources
Expand Down
2 changes: 2 additions & 0 deletions tests/onnx/test_onnx_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
from concrete.ml.onnx.onnx_utils import check_onnx_model


# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/4604
@pytest.mark.skip()
def test_check_onnx_model_large():
"""Test that check_onnx_model can handle models larger than 2GB."""

Expand Down

0 comments on commit f828632

Please sign in to comment.