# Streamlit Cloud reads this file to install dependencies.
# Kept minimal — only what the dashboard app itself imports.
# The full gridsense package is installed via the line below.

numpy>=1.24
pandas>=2.0
plotly>=5.18
requests>=2.31
streamlit>=1.28

# Install the gridsense package from the repo root
# (Streamlit Cloud runs pip install -r requirements.txt from the repo root,
# so this relative path works correctly)
-e .
