From bceae79859019496623fd41cbb56d7d8c4f74039 Mon Sep 17 00:00:00 2001 From: Davis Vann Bennett Date: Wed, 4 Jun 2025 20:04:31 +0200 Subject: [PATCH] remove fsspec from upstream tests --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ef78cdaf4..dddcb981bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -210,7 +210,6 @@ dependencies = [ 'packaging @ git+https://github.com/pypa/packaging', 'numpy', # from scientific-python-nightly-wheels 'numcodecs @ git+https://github.com/zarr-developers/numcodecs', - 'fsspec @ git+https://github.com/fsspec/filesystem_spec', 's3fs @ git+https://github.com/fsspec/s3fs', 'universal_pathlib @ git+https://github.com/fsspec/universal_pathlib', 'typing_extensions @ git+https://github.com/python/typing_extensions',