Commit 77ab5dec authored by Xavier Thompson's avatar Xavier Thompson

software/monitor: Use older numpy and setuptools

Use older numpy=1.22.0 to remain compatible with statsmodel=0.11.1.
Use older setuptools=44.1.1 to be able to install numpy=1.22.0.
parent 74de849e
......@@ -76,6 +76,12 @@ peewee = 3.14.4
python-whois = 0.7.3
future = 0.18.3
# For statsmodel =0.11.1
numpy = 1.22.0
# For numy = 1.22.0
setuptools = 44.1.1
# Build GCC with Fortran for OpenBLAS (scipy & numpy)
[gcc]
max_version = 0
......@@ -85,4 +91,3 @@ eggs +=
${pandas:egg}
${statsmodels:egg}
${scipy:egg}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment