diff --git a/README.md b/README.md index a3c3c20..90be513 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ cd tools ```bash # Install the package -pip install . +PIP_CONSTRAINT=constraints.txt pip install . # Running the package tools yolov6nr4.pt --imgsz "416" ``` diff --git a/constraints.txt b/constraints.txt new file mode 100644 index 0000000..b722ef6 --- /dev/null +++ b/constraints.txt @@ -0,0 +1 @@ +setuptools<82 diff --git a/requirements.txt b/requirements.txt index e126a80..189d2ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Pillow>=7.1.2 PyYAML>=5.3.1 gcsfs luxonis-ml[data,nn_archive,utils]~=0.8.0 -onnx==1.17.0 +onnx==1.21.0 numpy>=1.19.5,<2.1.0 onnxruntime>=1.20.1 onnxsim>=0.4.36,<0.6