Pin setuptools and numpy versions
This patch resolves an issue related to these tickets: https://github.com/pypa/setuptools/issues/4483 https://github.com/numpy/numpy/issues/26710 Change-Id: I93a23e76c1df453ede96f7475ef5a2ab7d435cae
This commit is contained in:
parent
6f30c3fd48
commit
04024aef30
@ -234,6 +234,7 @@ ntc-templates===3.0.0
|
||||
ntlm-auth===1.5.0
|
||||
numpy===1.19.5;python_version=='3.6'
|
||||
numpy===1.22.2;python_version=='3.8'
|
||||
numpy===1.26.4;python_version>='3.9'
|
||||
nwdiag===2.0.0;python_version=='3.6'
|
||||
nwdiag===3.0.0;python_version=='3.8'
|
||||
oauth2client===4.1.3
|
||||
@ -472,6 +473,7 @@ seqdiag===3.0.0;python_version=='3.8'
|
||||
setproctitle===1.2.2
|
||||
setuptools===59.6.0;python_version=='3.6'
|
||||
setuptools===60.9.3;python_version=='3.8'
|
||||
setuptools===70.3.0;python_version>='3.9'
|
||||
simplegeneric===0.8.1
|
||||
simplejson===3.17.6
|
||||
six===1.16.0
|
||||
|
Loading…
Reference in New Issue
Block a user