This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
move opencv dependency from framwork to cv
Link:
https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10708368
master
yingda.chen
mulin.lyh
3 years ago
parent
c6e575458a
commit
e970a6eb43
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
requirements/cv.txt
+1
-2
requirements/framework.txt
+ 1
- 0
requirements/cv.txt
View File
@@ -19,6 +19,7 @@ moviepy>=1.0.3
networkx>=2.5
numba
onnxruntime>=1.10
opencv-python
pai-easycv>=0.6.3.9
pandas
psutil
+ 1
- 2
requirements/framework.txt
View File
@@ -1,6 +1,6 @@
addict
attrs
# version beyond 2.5.2 introduces compatbility issue and is being resolved
# version beyond 2.5.2 introduces compat
i
bility issue and is being resolved
datasets<=2.5.2
easydict
einops
@@ -8,7 +8,6 @@ filelock>=3.3.0
gast>=0.2.2
jsonplus
numpy
opencv-python
oss2
Pillow>=6.2.0
# for pyarrow 9.0.0 event_loop core dump
Write
Preview
Loading…
Cancel
Save