Loosen requirements

This commit is contained in:
Andras Schmelczer 2022-07-02 09:34:08 +02:00
parent f4e69bf32e
commit 513b1df984

View file

@ -23,6 +23,8 @@ install_requires =
scikit-learn scikit-learn
matplotlib matplotlib
numpy numpy
nbconvert
ipython
unidecode >= 1.3.0 unidecode >= 1.3.0
syntok >= 1.4.0 syntok >= 1.4.0
langcodes[data] >= 3.3.0 langcodes[data] >= 3.3.0
@ -32,8 +34,6 @@ install_requires =
boto3 >= 1.23.0 boto3 >= 1.23.0
plotly >= 5.8.0 plotly >= 5.8.0
dash >= 2.4.0 dash >= 2.4.0
nbconvert >= 6.5.0
ipython >= 8.0.0
fastapi >= 0.70.0 fastapi >= 0.70.0
uvicorn[standard] >= 0.18.0 uvicorn[standard] >= 0.18.0
watchdog >= 2.1.0 watchdog >= 2.1.0