jtdearmon commited on
Commit
7ac13a7
·
verified ·
1 Parent(s): cad7035

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
  # --- Core app ---
2
  gradio==5.49.1
3
  pandas>=2.0,<3
4
- openai>=1.40.0,<3
5
 
6
  # --- Symbolic / math ---
7
- sympy>=1.13,<1.15 # 1.14.0 installs today
8
- mpmath<1.4 # SymPy requires this bound
9
 
10
  # --- Plotting + numerics ---
11
  matplotlib>=3.8,<3.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