# Lecture Cloud — student Python environment
#
# Pinned to match firebase/executor/requirements.txt (the cloud grader) so
# that code which passes locally also passes against the grader. Server-only
# packages (flask, gunicorn) are omitted. If you bump a version here, bump
# the matching line in firebase/executor/requirements.txt and the install
# command in README.md.

# Test runner (used by the local "Run Tests" workflow)
pytest==8.3.4

# Jupyter kernel — required to attach workspace.ipynb to your interpreter
ipykernel==6.29.5

# Packages available to student code
numpy==1.26.4
pandas==2.2.3
scipy==1.13.1
scikit-learn==1.5.2
snowflake-connector-python==3.12.4
matplotlib==3.9.2
plotly==5.24.1
tabulate==0.9.0
