mirror of https://github.com/coqui-ai/TTS.git
Fix requirment for fsspec
This commit is contained in:
parent
f829bf50f8
commit
50b8f80280
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue