diff --git a/requirements.txt b/requirements.txt index 2b6dc81..aeb0dda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ scikit-learn==0.19.2 scipy==1.1.0 six==1.11.0 sklearn==0.0 -SQLAlchemy==1.2.10 +SQLAlchemy==1.3.0 statsmodels==0.9.0 tqdm==4.23.4 twine==1.11.0 diff --git a/setup.py b/setup.py index 250b506..23de5da 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ 'scipy==1.2.1', 'six==1.11.0', 'sklearn==0.0', - 'SQLAlchemy==1.2.10', + 'SQLAlchemy==1.3.0', 'statsmodels==0.9.0', 'tqdm==4.23.4', 'urllib3==1.23',