jtdearmon commited on
Commit
33e753b
·
verified ·
1 Parent(s): 41d62b0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -8
requirements.txt CHANGED
@@ -1,18 +1,11 @@
1
- # --- Core app ---
2
  gradio==5.49.1
3
  pandas>=2.0,<3
4
- openai==0.28.1 # <-- legacy SDK (keeps ChatCompletion API)
5
-
6
- # --- Symbolic / math ---
7
  sympy>=1.13,<1.15
8
  mpmath<1.4
9
-
10
- # --- Plotting + numerics ---
11
  matplotlib>=3.8,<3.11
12
  numpy>=1.24,<3
13
  pillow>=10,<12
14
  python-docx>=1.1.0
15
-
16
- # --- Spaces runtime helpers ---
17
  uvicorn>=0.14.0
18
  spaces>=0.42
 
 
1
  gradio==5.49.1
2
  pandas>=2.0,<3
3
+ openai==0.28.1
 
 
4
  sympy>=1.13,<1.15
5
  mpmath<1.4
 
 
6
  matplotlib>=3.8,<3.11
7
  numpy>=1.24,<3
8
  pillow>=10,<12
9
  python-docx>=1.1.0
 
 
10
  uvicorn>=0.14.0
11
  spaces>=0.42