Update requirements.txt
Browse files- 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
|
| 5 |
|
| 6 |
# --- Symbolic / math ---
|
| 7 |
-
sympy>=1.13,<1.15
|
| 8 |
-
mpmath<1.4
|
| 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
|