From b079610b8d48efcfa833a0d21ff330ed36f42521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Leal?= <45352137+jpkleal@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:06:26 -0300 Subject: [PATCH] fix(requirements): change unused protubuff requirements to numpy --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 34c384b..2847056 100644 --- a/setup.py +++ b/setup.py @@ -10,5 +10,5 @@ author="Project-Neon", author_email="projectneon@gmail.com", license="GNU", - install_requires=['protobuf==3.6.1'], -) \ No newline at end of file + install_requires=['numpy'], +)