forked from HKUDS/DeepTutor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
22 lines (21 loc) · 1.01 KB
/
Copy pathrequirements.txt
File metadata and controls
22 lines (21 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ============================================
# DeepTutor Python Dependencies (Runtime Bundle)
# ============================================
# Python >= 3.11 required
#
# Single source of truth: pyproject.toml `[project.optional-dependencies]`.
# Files under requirements/ mirror those extras for Docker/CI installs that
# don't yet have access to pyproject.toml + source code.
#
# Preferred installs:
# pip install deeptutor # Full app (public wheel)
# pip install deeptutor-cli # CLI-only public wheel
# pip install -e . # Source checkout
# pip install -e ".[tutorbot]" # Server + TutorBot agent engine
# pip install -e ".[matrix]" # Matrix channel for TutorBot (needs libolm)
# pip install -e ".[math-animator]" # Manim animation engine (addon)
# pip install -e ".[dev]" # Server + dev/test tools
# pip install -e ".[all]" # Everything
#
# This file installs the full server runtime (CLI + API + TutorBot).
-r requirements/tutorbot.txt