# GUI Dependencies for VERTA (Virtual Environment Route and Trajectory Analyzer)
# Install with: pip install verta[gui]
# (This file is for reference; the recommended installation method is above)
#
# Note: Core dependencies (numpy, pandas, matplotlib, seaborn) are included
# in the main package. This file lists GUI-specific dependencies.

# Core GUI framework
streamlit>=1.28.0

# Interactive plotting
plotly>=5.15.0

# Note: pathlib is built-in for Python 3.8+, no need for pathlib2
# Note: streamlit-option-menu and streamlit-aggrid are optional and not currently used
