From 687658ef01d1f37e3cc929c31c9546a6f00dd658 Mon Sep 17 00:00:00 2001 From: Andrii Ieroshenko Date: Tue, 3 Oct 2023 10:44:44 -0700 Subject: [PATCH] remove s3fs from the list of dependencies --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c502389..40292c36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,6 @@ dependencies = [ "croniter~=1.4", "pytz==2023.3", "fsspec==2023.6.0", - "s3fs==2023.6.0", "psutil~=5.9" ]