You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ nox-poetry = "^1.0.3"
128
128
ruff = "^0.4.8"
129
129
pep440 = "^0.1.2"
130
130
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"
132
132
133
133
# development dependencies are unused for now, as this is already covered by test and docs
134
134
# # ATTENTION: if anything is changed here, run `poetry update`
0 commit comments