From 59c3ba4df6e7ba12c78a7e62dc942c628d60abe7 Mon Sep 17 00:00:00 2001 From: lakbot Date: Wed, 19 Jun 2024 19:14:17 -0700 Subject: [PATCH] Fix Typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c45d0d5f3f..117fc3854f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ export = [ "coremltools>=7.0; platform_system != 'Windows' and python_version <= '3.11'", # CoreML supported on macOS and Linux "openvino>=2024.0.0", # OpenVINO export "tensorflow>=2.0.0", # TF bug https://github.com/ultralytics/ultralytics/issues/5161 - "tensorflowjs>=3.9.0"; platform_system != 'aarch64', # TF.js export, automatically installs tensorflow + "tensorflowjs>=3.9.0; platform_system != 'aarch64'", # TF.js export, automatically installs tensorflow "keras", # not installed automatically by tensorflow>=2.16 "flatbuffers>=23.5.26,<100; platform_machine == 'aarch64'", # update old 'flatbuffers' included inside tensorflow package "numpy==1.23.5; platform_machine == 'aarch64'", # fix error: `np.bool` was a deprecated alias for the builtin `bool` when using TensorRT models on NVIDIA Jetson