From 00a83b93554df8bcb60b027bc24603de606d631f Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Sun, 16 Jun 2024 17:54:02 +0200 Subject: [PATCH] Do not upgrade to numpy 2.0.0 --- examples/python-dataflow/requirements.txt | 4 ++-- examples/python-operator-dataflow/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/python-dataflow/requirements.txt b/examples/python-dataflow/requirements.txt index a8f02b0a..6740879e 100644 --- a/examples/python-dataflow/requirements.txt +++ b/examples/python-dataflow/requirements.txt @@ -6,7 +6,7 @@ ultralytics gitpython ipython # interactive notebook matplotlib>=3.2.2 -numpy>=1.18.5 +numpy>=1.18.5,<2.0.0 opencv-python>=4.1.1 Pillow>=7.1.2 psutil # system resources @@ -44,4 +44,4 @@ seaborn>=0.11.0 # roboflow opencv-python>=4.1.1 -maturin \ No newline at end of file +maturin diff --git a/examples/python-operator-dataflow/requirements.txt b/examples/python-operator-dataflow/requirements.txt index 68020faa..6740879e 100644 --- a/examples/python-operator-dataflow/requirements.txt +++ b/examples/python-operator-dataflow/requirements.txt @@ -6,7 +6,7 @@ ultralytics gitpython ipython # interactive notebook matplotlib>=3.2.2 -numpy>=1.18.5 +numpy>=1.18.5,<2.0.0 opencv-python>=4.1.1 Pillow>=7.1.2 psutil # system resources