Browse Source

Do not upgrade to numpy 2.0.0

tags/v0.3.5-rc0
haixuanTao 1 year ago
parent
commit
00a83b9355
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      examples/python-dataflow/requirements.txt
  2. +1
    -1
      examples/python-operator-dataflow/requirements.txt

+ 2
- 2
examples/python-dataflow/requirements.txt View File

@@ -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
maturin

+ 1
- 1
examples/python-operator-dataflow/requirements.txt View File

@@ -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


Loading…
Cancel
Save