Skip to content

Commit

Permalink
Remove version req for python package "packaging" (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveri authored Aug 26, 2024
1 parent 95c843f commit 5bd24b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5bd24b4

Please sign in to comment.