requirements.txt: loosen pandas pin (1.4 would need to be compiled from source on macs)

This commit is contained in:
Aarni Koskela 2023-09-26 20:43:59 +03:00
parent 8bb2d652ca
commit 6277f09c5f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ flask==2.*
pysbd==0.3.4 pysbd==0.3.4
# deps for notebooks # deps for notebooks
umap-learn==0.5.* umap-learn==0.5.*
pandas==1.4.* pandas>=1.4,<2.0
# deps for training # deps for training
matplotlib==3.7.* matplotlib==3.7.*
# coqui stack # coqui stack