Skip to content

Commit

Permalink
Fix protobuf dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Scienfitz committed Nov 6, 2024
1 parent 5380bcd commit 10b2ac1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .lockfiles/py310-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ prompt-toolkit==3.0.47
# jupyter-console
protobuf==3.20.3
# via
# baybe (pyproject.toml)
# googleapis-common-protos
# onnx
# onnxconverter-common
Expand Down Expand Up @@ -860,7 +859,7 @@ toml==0.10.2
# via
# pip-audit
# streamlit
tomli==2.0.1 ; python_full_version == '3.11'
tomli==2.0.1 ; python_full_version <= '3.11'
# via
# coverage
# jupyterlab
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies = [
"ngboost>=0.3.12,<1",
"numpy>=1.24.1,<2",
"pandas>=1.4.2,<3",
"protobuf<=3.20.3,<4",
"scikit-learn>=1.1.1,<2",
"scikit-learn-extra>=0.3.0,<1",
"scipy>=1.10.1,<2",
Expand Down

0 comments on commit 10b2ac1

Please sign in to comment.