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