Align pip requirements of benchmark tool, cross check tool, IE Python API (#5199)

* align pypi deps of benchmark, cross check tool, python API

* move cython from python API requirements to requirements-dev

* change requirements to >= for most packages

* update requirements

* set pinned numpy major version in wheel requirements

* set more strict pip requirements-dev in wheel

* change scikit-image version to 0.17
This commit is contained in:
Ilya Naumov
2021-05-14 16:05:38 +03:00
committed by GitHub
parent 3e076a88aa
commit e8eebf4ccc
7 changed files with 37 additions and 37 deletions

View File

@@ -1,2 +1 @@
numpy>=1.16.3
cython>=0.29.17
numpy~=1.19.5

View File

@@ -2,3 +2,4 @@ opencv-python>=3.4.4.19
pytest==4.0.1
attrs==19.1.0
pytest-html==1.19.0
cython>=0.29.22

View File

@@ -1,28 +1,28 @@
defusedxml>=0.5.0
scipy==1.5.4
jstyleson==0.0.2
numpy~=1.18.5
addict==2.2.1
defusedxml>=0.7.1
scipy~=1.5.4
jstyleson~=0.0.2
numpy~=1.19.5
addict>=2.4.0
pandas~=1.1.5
hyperopt==0.1.2
networkx==2.2
tqdm==4.31.1
texttable==1.6.3
py-cpuinfo!=5.0,!=6.0
hyperopt~=0.1.2
networkx~=2.5
tqdm>=4.54.1
texttable~=1.6.3
py-cpuinfo>=7.0.0
PyYAML>=5.4.1
pillow>=8.1.0
scikit-image>=0.17
scikit-learn>=0.23
pillow>=8.1.2
scikit-image~=0.17.2
scikit-learn>=0.24.1
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
shapely>=1.7.1
nibabel>=3.2.1
pydicom>=2.1.2
sentencepiece>=0.1.95
tokenizers>=0.10.1
editdistance>=0.5.3
parasail>=1.2.4
fast-ctc-decode>=0.2.5
rawpy>=0.16.0
nltk>=3.5
opencv-python>=4.4
progress==1.5
opencv-python==4.5.*
progress>=1.5

View File

@@ -1 +1 @@
numpy>=1.16.3
numpy~=1.19.5

View File

@@ -1,4 +1,4 @@
py-cpuinfo
numpy
progress
opencv-python
py-cpuinfo>=7.0.0
numpy~=1.19.5
progress>=1.5
opencv-python==4.5.*

View File

@@ -1,2 +1,2 @@
numpy
opencv-python
numpy~=1.19.5
opencv-python==4.5.*

View File

@@ -1,4 +1,4 @@
py-cpuinfo
numpy
progress
opencv-python
py-cpuinfo>=7.0.0
numpy~=1.19.5
progress>=1.5
opencv-python==4.5.*