From c5b8dd13364ceda15c1808d70c283b1eef5064a7 Mon Sep 17 00:00:00 2001 From: Dean Sherwin Date: Mon, 19 Aug 2024 22:29:12 +0200 Subject: [PATCH] fix(pg): lock numpy to v1.26.4 until pandas supports 2.X.X --- clouds/postgres/common/python3_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clouds/postgres/common/python3_requirements.txt b/clouds/postgres/common/python3_requirements.txt index ab1c68abe..483512d5b 100644 --- a/clouds/postgres/common/python3_requirements.txt +++ b/clouds/postgres/common/python3_requirements.txt @@ -14,4 +14,4 @@ pandas==1.3.2 SQLAlchemy==1.4.23 mapbox-vector-tile==1.2.1 sqlfluff==1.3.1 - +numpy==1.26.4