From b91a9f1e87892cc5aaf4b93c6f70c7e2c3f5ced6 Mon Sep 17 00:00:00 2001 From: Gianmarco Date: Fri, 19 Jan 2024 01:26:16 -0500 Subject: [PATCH] reordered lines of environment.txt --- environment.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.txt b/environment.txt index 2fdbdc3..097c82b 100644 --- a/environment.txt +++ b/environment.txt @@ -1,4 +1,5 @@ python=3.8.13 +werkzeug=1.0.1 flask=1.1.2 numpy=1.19.1 pandas=1.1.3 @@ -6,5 +7,4 @@ matplotlib=3.2.2 scipy=1.5.0 statsmodels=0.12.0 pymongo=3.12.0 -scikit-learn=0.23.2 -werkzeug=1.0.1 \ No newline at end of file +scikit-learn=0.23.2 \ No newline at end of file