Skip to content

Commit d451a2a

Browse files
committed
Update scikit-optimize to 0.10.2
1 parent 885fe09 commit d451a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ nox-poetry = "^1.0.3"
128128
ruff = "^0.4.8"
129129
pep440 = "^0.1.2"
130130
tomli = "^2.0.1" # held back by Python <= 3.10, can be replaced by built-in [tomllib](https://docs.python.org/3.11/library/tomllib.html) from Python 3.11 onwards
131-
scikit-optimize = "0.10"
131+
scikit-optimize = "0.10.2"
132132

133133
# development dependencies are unused for now, as this is already covered by test and docs
134134
# # ATTENTION: if anything is changed here, run `poetry update`

0 commit comments

Comments
 (0)