From 501e3730d32d58a2e948e86f9c17961e71bb14aa Mon Sep 17 00:00:00 2001 From: DeanSherwin Date: Tue, 20 Aug 2024 10:04:10 +0200 Subject: [PATCH] fix(pg): lock numpy to v1.24.4 until pandas supports 2.X.X (#520) --- 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..b97632d9f 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.24.4