# Vizly Core Dependencies
# =======================
# These are the required dependencies for Vizly to function properly.
# This file explicitly excludes plotxy to prevent conflicts.

# Core dependencies
numpy>=1.19.0
matplotlib>=3.7.0
tornado>=6.0.0
jupyter>=1.0.0
ipywidgets>=7.0.0

# Explicitly prevent plotxy installation to avoid conflicts
# If you need plotxy for other projects, use separate virtual environments
# plotxy  # DO NOT INSTALL - conflicts with Vizly

# Development dependencies (optional, install with: pip install -r requirements-dev.txt)
# pytest>=6.0.0
# pytest-cov>=2.10.0
# black>=21.0.0
# ruff>=0.1.0
# mypy>=0.800