mirror of https://github.com/coqui-ai/TTS.git
requirements.txt: loosen pandas pin (1.4 would need to be compiled from source on macs)
This commit is contained in:
parent
8bb2d652ca
commit
6277f09c5f
|
@ -23,7 +23,7 @@ flask==2.*
|
|||
pysbd==0.3.4
|
||||
# deps for notebooks
|
||||
umap-learn==0.5.*
|
||||
pandas==1.4.*
|
||||
pandas>=1.4,<2.0
|
||||
# deps for training
|
||||
matplotlib==3.7.*
|
||||
# coqui stack
|
||||
|
|
Loading…
Reference in New Issue