# Core dependencies
gradio>=5.0.0
numpy>=1.20.0
opencv-python>=4.5.0

# Pose estimation model dependencies (install based on your choice)
# For MediaPipe:
mediapipe>=0.10.0

# For MoveNet (TensorFlow):
 tensorflow>=2.8.0
 tensorflow-hub>=0.12.0

# For YOLO:
 ultralytics>=8.0.0

# Optional dependencies for development
# pytest>=7.0.0
# black>=22.0.0
# flake8>=4.0.0 