programmersd commited on
Commit
e0b1f47
·
1 Parent(s): 0a15121
Files changed (1) hide show
  1. requirements.txt +9 -11
requirements.txt CHANGED
@@ -1,14 +1,12 @@
1
- # Full LaTeX distribution for Manim
2
- texlive-full
3
 
4
- # Video and rendering dependencies
5
- ffmpeg
6
- ghostscript
7
 
8
- # Tools for DVI/TeX output
9
- dvipng
10
- dvisvgm
11
 
12
- # Graphics libraries
13
- libcairo2-dev
14
- libpango1.0-dev
 
1
+ # Frontend
2
+ gradio
3
 
4
+ # LLM integration
5
+ google-genai
6
+ requests
7
 
8
+ # PDF processing
9
+ pypdf
 
10
 
11
+ # Manim rendering
12
+ manim