From ffe88e01b8fa1003ddd7c2f562ad2324a3fd26f5 Mon Sep 17 00:00:00 2001 From: Woen-Sug Choi Date: Tue, 22 Oct 2024 16:53:47 +0900 Subject: [PATCH] empy version fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 12ce170..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==3.4.3 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 \