[PyPI] Fixed dependency conflict (#5013)
* Minimize dependencies for openvino-dev package * Changed numpy version to satisfy opencv-python dependency
This commit is contained in:
parent
3b0c6aa408
commit
8c50c3d155
@ -1,7 +1,7 @@
|
||||
defusedxml>=0.5.0
|
||||
scipy==1.5.4
|
||||
jstyleson==0.0.2
|
||||
numpy==1.16.6
|
||||
numpy==1.17.3
|
||||
addict==2.2.1
|
||||
pandas==0.24.2
|
||||
hyperopt==0.1.2
|
||||
@ -11,17 +11,17 @@ texttable==1.6.3
|
||||
py-cpuinfo!=5.0,!=6.0
|
||||
PyYAML>=5.4.1
|
||||
pillow>=8.1.0
|
||||
scikit-image
|
||||
scikit-learn
|
||||
yamlloader
|
||||
shapely
|
||||
nibabel
|
||||
pydicom
|
||||
sentencepiece
|
||||
tokenizers
|
||||
editdistance
|
||||
parasail
|
||||
fast-ctc-decode
|
||||
rawpy
|
||||
nltk
|
||||
opencv-python
|
||||
scikit-image>=0.17
|
||||
scikit-learn>=0.23
|
||||
yamlloader>=0.5
|
||||
shapely>=1.7
|
||||
nibabel>=3.1
|
||||
pydicom>=2.0
|
||||
sentencepiece>=0.1.91
|
||||
tokenizers>=0.8
|
||||
editdistance>=0.5
|
||||
parasail>=1.2
|
||||
fast-ctc-decode>=0.2
|
||||
rawpy>=0.15
|
||||
nltk>=3.5
|
||||
opencv-python>=4.4
|
||||
|
Loading…
Reference in New Issue
Block a user