From f55fd5839cd52f5e194e42bd7d73325060e85dc1 Mon Sep 17 00:00:00 2001 From: Alex Parsons Date: Fri, 21 Jun 2024 12:12:08 +0000 Subject: [PATCH] Lock numpy version - Prevent it updating to 2.0.0 - incompatible with pandas but pandas doesn't prevent it --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index f3aa316c6..1208701d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -858,7 +858,7 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "d55465452f145b51116ee271d490d7e39096686f1ead2de7ceb8e143fa799c32" +content-hash = "41ece93f8b4e11f454166b9a2dfea79c46ec99e832f19f303b160e1c85cf338f" [metadata.files] appdirs = [ diff --git a/pyproject.toml b/pyproject.toml index 78da53901..4cc9b59ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ beautifulsoup4 = "^4.11.1" mailchimp-marketing = {git = "https://github.com/mailchimp/mailchimp-marketing-python.git"} geopandas = "^0.14.4" pyarrow = "^16.1.0" +numpy = "1.26.4" [tool.poetry.dev-dependencies] django-debug-toolbar = "^3.7.0"