From a02957690f4c33f04a31a1f5674c0df09207db60 Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Sun, 30 Oct 2022 20:06:07 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5cafac50..33acc509 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ "matplotlib", "motmetrics==1.1.3", "numba", - "numpy==1.19", + "numpy", "omegaconf==2.1.0", "opencv-python>=4.1.0.25", "pandas>=0.23.1",