Browse Source

Revert "move opencv dependency from framwork to cv "

This reverts commit e970a6eb43.
master^2
wenmeng.zwm 2 years ago
parent
commit
4dd99b8f6e
2 changed files with 2 additions and 2 deletions
  1. +0
    -1
      requirements/cv.txt
  2. +2
    -1
      requirements/framework.txt

+ 0
- 1
requirements/cv.txt View File

@@ -21,7 +21,6 @@ moviepy>=1.0.3
networkx>=2.5 networkx>=2.5
numba numba
onnxruntime>=1.10 onnxruntime>=1.10
opencv-python
pai-easycv>=0.6.3.9 pai-easycv>=0.6.3.9
pandas pandas
psutil psutil


+ 2
- 1
requirements/framework.txt View File

@@ -1,6 +1,6 @@
addict addict
attrs attrs
# version beyond 2.5.2 introduces compatibility issue and is being resolved
# version beyond 2.5.2 introduces compatbility issue and is being resolved
datasets<=2.5.2 datasets<=2.5.2
easydict easydict
einops einops
@@ -8,6 +8,7 @@ filelock>=3.3.0
gast>=0.2.2 gast>=0.2.2
jsonplus jsonplus
numpy numpy
opencv-python
oss2 oss2
Pillow>=6.2.0 Pillow>=6.2.0
# for pyarrow 9.0.0 event_loop core dump # for pyarrow 9.0.0 event_loop core dump


Loading…
Cancel
Save