e4dcfc49aa
Tests / Import Check (Python 3.13) (push) Has been cancelled
Tests / Import Check (Python 3.14) (push) Has been cancelled
Tests / Python Tests (Python 3.11) (push) Has been cancelled
Tests / Python Tests (Python 3.12) (push) Has been cancelled
Tests / Python Tests (Python 3.14) (push) Has been cancelled
Tests / Test Summary (push) Has been cancelled
Tests / Lint and Format (push) Has been cancelled
Tests / Web Node Tests (push) Has been cancelled
Tests / Import Check (Python 3.11) (push) Has been cancelled
Tests / Import Check (Python 3.12) (push) Has been cancelled
Tests / Python Tests (Python 3.13) (push) Has been cancelled
17 lines
722 B
Plaintext
17 lines
722 B
Plaintext
# ============================================
|
|
# DeepTutor Math Animator — Addon
|
|
# ============================================
|
|
# Mirrors pyproject.toml `[project.optional-dependencies].math-animator`.
|
|
# Keep in sync with pyproject.toml when adding/updating dependencies.
|
|
#
|
|
# Preferred install (from a source clone): pip install -e ".[math-animator]"
|
|
# Use this file for Docker/CI when pyproject.toml/source code aren't yet available.
|
|
# Install alongside `deeptutor`, `deeptutor-cli`, or a source checkout.
|
|
#
|
|
# System prerequisites (installed outside pip):
|
|
# - LaTeX runtime (`latex`) for Tex/MathTex rendering
|
|
# - pkg-config, cairo, cmake (for pycairo/manimpango build paths)
|
|
# - ffmpeg (video encoding)
|
|
|
|
manim>=0.19.0
|