|
# Fixed requirements.txt with available versions |
|
|
|
# Option 1: Closest to original (recommended) |
|
gradio>=4.0.0 |
|
numpy==1.23.5 |
|
opencv-python-headless==4.7.0.72 |
|
|
|
# Alternative Option 2: Latest stable versions |
|
# gradio>=4.0.0 |
|
# numpy>=1.23.5,<2.0.0 |
|
# opencv-python-headless==4.11.0.86 |
|
|
|
# Alternative Option 3: Flexible versioning |
|
# gradio>=4.0.0 |
|
# numpy>=1.23.5,<2.0.0 |
|
# opencv-python-headless>=4.7.0,<5.0.0 |
|
|
|
# Alternative Option 4: Modern compatible versions |
|
# gradio>=4.0.0 |
|
# numpy>=1.24.0,<2.0.0 |
|
# opencv-python-headless>=4.8.0 |