Skip to content

Commit

Permalink
exclude fspec 2023.9.0 version
Browse files Browse the repository at this point in the history
Fixes errors such as:
  File ".../tomojs-pytools/venv2/lib/python3.11/site-packages/fsspec/implementations/local.py", line 303, in _open
    self.f = open(self.path, mode=self.mode)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '.../tomojs-pytools/test.zarr/0/0/0/0'
  • Loading branch information
blowekamp committed Sep 6, 2023
1 parent d5e74f6 commit 0ad74fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pytest>=6.0
fsspec!=2023.9.0
ome_zarr
setuptools_scm
flake8
Expand Down

0 comments on commit 0ad74fa

Please sign in to comment.