From 8580e696108596ef8efae2722f183990784ff501 Mon Sep 17 00:00:00 2001 From: Andy Geach Date: Mon, 26 Aug 2024 13:30:59 +0100 Subject: [PATCH] numpy < 2 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c125b6e..e97bb18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.8.1,<4.0" requests = "^2" +numpy = "<2" pandas = "<3" beautifulsoup4 = "^4" pyyaml = "^6.0.1"