diff --git a/pyproject.toml b/pyproject.toml index c5cf0572da..e8c29e5104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "numpy>=1.18.0", "packaging", "typing_extensions>=4.1.0; python_version < \"3.11\"", - "fsspec" + "fsspec>=2022.11.0" ] dynamic = [ "readme" diff --git a/requirements-test-full.txt b/requirements-test-full.txt index 5c60000745..efaf5e0a07 100644 --- a/requirements-test-full.txt +++ b/requirements-test-full.txt @@ -1,4 +1,4 @@ -fsspec;sys_platform != "win32" +fsspec>=2022.11.0;sys_platform != "win32" jax[cpu]>=0.2.15;sys_platform != "win32" and python_version < "3.12" numba>=0.50.0;sys_platform != "win32" and python_version < "3.12" numexpr>=2.7; python_version < "3.12" diff --git a/requirements-test-minimal.txt b/requirements-test-minimal.txt index 1550de8209..4e0f842306 100644 --- a/requirements-test-minimal.txt +++ b/requirements-test-minimal.txt @@ -1,4 +1,4 @@ -fsspec;sys_platform != "win32" +fsspec>=2022.11.0;sys_platform != "win32" numpy==1.18.0 pyarrow==7.0.0 pytest>=6