add requirements

This commit is contained in:
Yun Hua
2022-11-07 16:35:08 -05:00
parent 4e99a24c6e
commit 6286d24745
2 changed files with 6 additions and 0 deletions

5
requirements.txt Normal file
View File

@@ -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

View File

@@ -3,3 +3,4 @@ import pandas as pd
import numpy as np import numpy as np
def forcast_sleep(): def forcast_sleep():
pass