From 99e519050c0e4735b1850cd8db9cad21753ed5b7 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Mon, 9 Oct 2023 15:12:56 +0200 Subject: [PATCH] Require pandas<2.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34ca0fba..aad7daeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ 'iso3166', 'oyaml', 'pyyaml >=5.4.1', - 'pandas >=1.4.1', + 'pandas >=1.4.1,<2.1.0', ] # Get version dynamically from git # (needs setuptools_scm tools config below)