From cfe86ed9b6abd2732fd561e62b5222ed7b2baecb Mon Sep 17 00:00:00 2001 From: Woen-Sug Choi Date: Tue, 22 Oct 2024 12:47:28 +0900 Subject: [PATCH] version fix for empy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ab6495a..c769d05 100755 --- a/install.sh +++ b/install.sh @@ -326,7 +326,7 @@ echo -e "\033[36m> Installing Python3.11 dependencies with PIP in virtual enviro python3 -m pip install --upgrade pip python3 -m pip install -U \ argcomplete catkin_pkg colcon-common-extensions coverage \ - cryptography empy flake8 flake8-blind-except==0.1.1 flake8-builtins \ + cryptography empy==3.3.4 flake8 flake8-blind-except==0.1.1 flake8-builtins \ flake8-class-newline flake8-comprehensions flake8-deprecated \ flake8-docstrings flake8-import-order flake8-quotes \ importlib-metadata jsonschema lark==1.1.1 lxml matplotlib mock mypy==0.931 netifaces \