From 6286d24745b25dd4a4a3911d41c31ab274d13c6e Mon Sep 17 00:00:00 2001 From: Yun Hua <42814579+yunwah@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:35:08 -0500 Subject: [PATCH] add requirements --- requirements.txt | 5 +++++ src/api/health_forcasts.py | 1 + 2 files changed, 6 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..13a3328 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +pandas~=1.5.0 +scikit-learn~=1.1.3 +numpy~=1.23.3 +streamlit~=1.13.0 +plotly~=5.10.0 \ No newline at end of file diff --git a/src/api/health_forcasts.py b/src/api/health_forcasts.py index 1444252..9ab0d94 100644 --- a/src/api/health_forcasts.py +++ b/src/api/health_forcasts.py @@ -3,3 +3,4 @@ import pandas as pd import numpy as np def forcast_sleep(): + pass \ No newline at end of file