Skip to content

Commit a2ce6da

Browse files
committed
bump vsmlrt version
1 parent b902c5f commit a2ce6da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vsscale/onnx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ class BaseOnnxScaler(BaseGenericScaler, ABC):
210210
Abstract generic scaler class for an ONNX model.
211211
"""
212212

213-
_REQUIRED_VSMLRT_SCRIPT_VERSION = Version("3.22.35")
214-
_REQUIRED_VSMLRT_PLUGIN_VERSION = Version("15.13")
213+
_REQUIRED_VSMLRT_SCRIPT_VERSION = Version("3.22.36")
214+
_REQUIRED_VSMLRT_PLUGIN_VERSION = Version("15.14")
215215

216216
if not TYPE_CHECKING:
217217

0 commit comments

Comments
 (0)