This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Do not upgrade to numpy 2.0.0
tags/v0.3.5-rc0
haixuanTao
1 year ago
parent
525dfa19e3
commit
00a83b9355
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
examples/python-dataflow/requirements.txt
+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
Write
Preview
Loading…
Cancel
Save