From 3b53cc6ec4e405073c4e6711f16929e9cc15a63d Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Wed, 17 Apr 2024 16:22:39 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88a38dfe..c953b300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ repository = "https://github.com/HullSeals/HalpyBOT" python = ">=3.8,<3.10" pydle = {extras = ["sasl"], version = "^1.0.1"} mysqlclient = "^2.2.4" -numpy = "^1.26.4" +numpy = "^1.24.4" boto3 = "^1.34.76" aiohttp = "^3.9.5" gitpython = "^3.1.43"