chore(deps): update machine-learning (#6302)

* chore(deps): update machine-learning

* fix typing, use new lifespan syntax

* wrap in try / finally

* move log

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-13 05:00:09 +00:00 committed by GitHub
parent bd5ae9f31e
commit 20be42cec0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 238 additions and 212 deletions

View file

@ -2,7 +2,7 @@ from __future__ import annotations
from ctypes import CDLL, Array, c_bool, c_char_p, c_int, c_ulong, c_void_p
from os.path import exists
from typing import Any, Generic, Protocol, Type, TypeVar
from typing import Any, Protocol, TypeVar
import numpy as np
from numpy.typing import NDArray