Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -15,7 +15,7 @@ tqdm>=4.60.0
|
|
| 15 |
numba==0.58.1
|
| 16 |
|
| 17 |
# Visualization
|
| 18 |
-
gradio>=4.0.0
|
| 19 |
plotly>=5.18.0
|
| 20 |
matplotlib>=3.5.0
|
| 21 |
|
|
|
|
| 15 |
numba==0.58.1
|
| 16 |
|
| 17 |
# Visualization
|
| 18 |
+
gradio>=4.0.0,<5.0.0
|
| 19 |
plotly>=5.18.0
|
| 20 |
matplotlib>=3.5.0
|
| 21 |
|