add dynaconf to prediction requirements

This commit is contained in:
Michael Duong 2023-09-29 11:46:01 +00:00
parent 39e31d8080
commit 206b6e9d06
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,6 @@ joblib==1.3.2
boto3==1.28.17
pandas==1.5.3
autogluon==0.8.2
dynaconf==3.2.0
pyarrow==13.0.0
pre-commit==3.3.3
sphinx==7.2.5
sphinx_rtd_theme==1.3.0

View file

@ -2,5 +2,6 @@ joblib==1.3.2
boto3==1.28.17
pandas==1.5.3
autogluon==0.8.2
dynaconf==3.2.0
pyarrow==13.0.0
PyYAML==6.0.1