From 86e0c9e3a61d19f5d88299d61e65fcd1e6ab5331 Mon Sep 17 00:00:00 2001 From: Josh Wills Date: Mon, 11 Sep 2023 10:46:36 -0700 Subject: [PATCH] Pin pandas depenedency to 2.0.0 to get around dtypes error in integration tests --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 91d5d717..9108695a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ dbt-tests-adapter==1.6.1 boto3 mypy-boto3-glue -pandas +pandas==2.0.0 pyarrow black==23.7.0 buenavista