From c6914248fc5be1d9be8939d36f171db138722dd5 Mon Sep 17 00:00:00 2001 From: prabhuomkar Date: Thu, 20 Jun 2024 22:09:20 +0530 Subject: [PATCH] fix for breaking numpy changes --- worker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/Makefile b/worker/Makefile index 992f665..46626e0 100644 --- a/worker/Makefile +++ b/worker/Makefile @@ -5,7 +5,7 @@ run: @python3 -m src.main test-install: - @pip install pytest pytest-cov requests-mock pytest-asyncio + @pip install numpy<2 pytest pytest-cov requests-mock pytest-asyncio test: @python3 -m pytest