Fix requirment for fsspec

This commit is contained in:
WeberJulian 2023-09-19 16:23:54 +02:00
parent f829bf50f8
commit 50b8f80280
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ inflect==5.6.0
tqdm tqdm
anyascii anyascii
pyyaml pyyaml
fsspec>=2021.04.0 fsspec==2023.9.1 # 2023.9.2 makes aux tests fail
aiohttp aiohttp
packaging packaging
# deps for examples # deps for examples