Skip to content

Commit

Permalink
Merge: Unpin protobuf (#421)
Browse files Browse the repository at this point in the history
Fixes #419 
Was also pushed as hotfix in the form of release `0.11.3`
(c92975f)
  • Loading branch information
Scienfitz authored Nov 6, 2024
2 parents b965008 + a8d04fc commit 13156cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Passing a dataframe via the `data` argument to `Target.transform` is no longer
possible. The data must now be passed as a series as first positional argument.

## [0.11.3] - 2024-11-06
### Fixed
- `protobuf` dependency issue, version pin was removed

## [0.11.2] - 2024-10-11
### Added
- `n_restarts` and `n_raw_samples` keywords to configure continuous optimization
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 13156cc

Please sign in to comment.