Commit e7e8cfd7 authored by Jérome Perrin's avatar Jérome Perrin

stack/slapos.cfg: version up netaddr 1.3.0 (on py3)

fix a SyntaxWarning on py3.9
parent 863e9196
...@@ -80,6 +80,8 @@ numpy = 1.22.0 ...@@ -80,6 +80,8 @@ numpy = 1.22.0
# For numy = 1.22.0 # For numy = 1.22.0
setuptools = 44.1.1 setuptools = 44.1.1
scipy = 1.11.4 scipy = 1.11.4
# use old netaddr because we are using old setuptools
netaddr = 0.7.19
# Build GCC with Fortran for OpenBLAS (scipy & numpy) # Build GCC with Fortran for OpenBLAS (scipy & numpy)
[gcc] [gcc]
......
...@@ -282,7 +282,7 @@ nbclient = 0.10.0:whl ...@@ -282,7 +282,7 @@ nbclient = 0.10.0:whl
nbconvert = 6.5.4 nbconvert = 6.5.4
nbformat = 5.9.2:whl nbformat = 5.9.2:whl
nest-asyncio = 1.5.6 nest-asyncio = 1.5.6
netaddr = 0.7.19 netaddr = 1.3.0
netifaces = 0.10.7 netifaces = 0.10.7
notebook = 7.1.2:whl notebook = 7.1.2:whl
notebook-shim = 0.2.4:whl notebook-shim = 0.2.4:whl
...@@ -466,6 +466,7 @@ MarkupSafe = 1.0 ...@@ -466,6 +466,7 @@ MarkupSafe = 1.0
mpmath = 1.0.0 mpmath = 1.0.0
msgpack = 0.6.2 msgpack = 0.6.2
nbclient = 0.5.1 nbclient = 0.5.1
netaddr = 0.7.19
notebook = 6.1.5 notebook = 6.1.5
packaging = 16.8 packaging = 16.8
psycopg2 = 2.8.6 psycopg2 = 2.8.6
......
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