From 11bbbcc8e0e0c18200aa7592c77d8f879d55a697 Mon Sep 17 00:00:00 2001 From: MarcoGorelli <> Date: Wed, 8 Feb 2023 19:27:18 +0000 Subject: [PATCH] require tzdata on windows --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e5d6f420915efb..b9b6d7b0256461 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ dependencies = [ "numpy>=1.23.2; python_version>='3.11'", "python-dateutil>=2.8.2", "pytz>=2020.1" + "tzdata; platform_system=='Windows'"; ] classifiers = [ 'Development Status :: 5 - Production/Stable',