File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,8 @@ gpu = [
7272# Development extras
7373test = [
7474 " coverage" ,
75- " pytest" ,
75+ # Pin possibly due to https://github.com/pytest-dev/pytest-cov/issues/693
76+ " pytest<8.4" ,
7677 " pytest-asyncio" ,
7778 " pytest-cov" ,
7879 " pytest-accept" ,
@@ -209,7 +210,6 @@ dependencies = [
209210 ' packaging @ git+https://github.com/pypa/packaging' ,
210211 ' numpy' , # from scientific-python-nightly-wheels
211212 ' numcodecs @ git+https://github.com/zarr-developers/numcodecs' ,
212- ' fsspec @ git+https://github.com/fsspec/filesystem_spec' ,
213213 ' s3fs @ git+https://github.com/fsspec/s3fs' ,
214214 ' universal_pathlib @ git+https://github.com/fsspec/universal_pathlib' ,
215215 ' typing_extensions @ git+https://github.com/python/typing_extensions' ,
You can’t perform that action at this time.
0 commit comments