jtdearmon commited on
Commit
49eec0a
·
verified ·
1 Parent(s): 951c1ad

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,15 +1,13 @@
1
  # Core app
2
- gradio>=4.44.0
3
  pandas>=2.0.0
4
  openai>=1.40.0
5
 
6
- # Symbolic engine (keep if using the SymPy-based build)
7
- sympy>=1.13.0
8
-
9
- # Plotting + numerics
10
- matplotlib>=3.8.0
11
  numpy>=1.24.0
 
12
  pillow>=10.0.0
13
- python-docx
14
- tectonic
15
- pdflatex
 
1
  # Core app
2
+ gradio>=4.44.0,<6
3
  pandas>=2.0.0
4
  openai>=1.40.0
5
 
6
+ # Math + plotting
7
+ sympy>=1.13.0,<1.15
 
 
 
8
  numpy>=1.24.0
9
+ matplotlib>=3.8.0
10
  pillow>=10.0.0
11
+
12
+ # DOCX export
13
+ python-docx>=1.1.0