Skip to content

Commit

Permalink
build: set a minimum fsspec version (see #3002) (#3006)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Feb 5, 2024
1 parent 8b652d4 commit c855e74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements-test-full.txt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements-test-minimal.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c855e74

Please sign in to comment.