From d72814570ce3f6b493fc9e5a947d5831d05870ed Mon Sep 17 00:00:00 2001 From: KaterinaRain <156240885+KaterinaRain@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:34:08 -0600 Subject: [PATCH] Fixed pip install error due to inline comment Fixes error received when executing `pip -r install requirements.txt` probably due to the inline comment after the package declaration. --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c8360aa..7ec02b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,9 @@ pandas>=1.5.0 pandastable>=0.13.1 parse>=1.20.1 Pillow>=10.2.0 -protobuf>=3.20.0#"protobuf>=3.21,<5.0.0"#protobuf>=3.20.0 +protobuf>=3.20.0 +#"protobuf>=3.21,<5.0.0" +#protobuf>=3.20.0 psutil>=5.9.4 py_cpuinfo>=9.0.0 pyexiv2>=2.8.1 @@ -100,4 +102,4 @@ aiohttp_retry requests labelbox shapely -aiofiles \ No newline at end of file +aiofiles