From de70189fa24bad1b486e594b8fda9da803edb48f Mon Sep 17 00:00:00 2001 From: Mason DePalma <75628200+masondepalma@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:54:08 -0400 Subject: [PATCH] Update pyproject.toml (#172) Changed Numpy to the most recent version so the package can properly install --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ee3a69..f44e17b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.10" requests = "^2.31.0" beautifulsoup4 = "^4.12.2" pandas = "^2.1.0" -NUMPY = "1.24.2" +NUMPY = "1.26.3" pydantic = "^2.3.0" tls-client = "^1.0.1" markdownify = "^0.11.6"