From 42a1f1a1a8a1397ac4ac2d5bc110439d5e1230eb Mon Sep 17 00:00:00 2001 From: James Verbus Date: Tue, 19 Nov 2024 14:51:34 -0800 Subject: [PATCH] [skip release] Updated README.md with new version of ONNX converter. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c3fc81..e61c372 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ The ONNX converter can be installed using `pip`. It is recommended to use the sa version of the `isolation-forest` library used to train the model. ```bash -pip install isolation-forest-onnx==3.2.3 +pip install isolation-forest-onnx==3.2.7 ``` You can then import and use the converter in Python.