From c79d8d991fd90fd634ea5dcb9747946db981d0b3 Mon Sep 17 00:00:00 2001 From: steveri Date: Thu, 22 Aug 2024 08:25:33 -0700 Subject: [PATCH] Remove version req for python package "packaging" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf4769d2..431fb05d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,7 +90,7 @@ RUN source bin/activate && \ pip install urllib3==1.26.15 && \ pip install wheel six && \ pip install systemrdl-compiler peakrdl-html && \ - pip install packaging==21.3 && \ + pip install packaging && \ pip install importlib_resources && \ echo DONE