From 04024aef302875186344e5bcd2cffe84bda261bc Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Thu, 12 Sep 2024 16:01:46 +0200 Subject: [PATCH] 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 --- upper-constraints.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upper-constraints.txt b/upper-constraints.txt index bbb437ec2..704cd720c 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -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