From 73dde475c9ac93154ab6d6d2ed88fbc5bac55ba1 Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Tue, 26 Dec 2023 08:16:40 +0545 Subject: [PATCH] deps: bump fsspec minver For https://github.com/fsspec/filesystem_spec/pull/1409. Also see https://github.com/iterative/dvc/pull/10075. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ffc16ae..dd6935a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,6 +29,7 @@ packages = find: include_package_data = True install_requires = dvc + fsspec>=2023.12.0 [options.extras_require] kerberos =