| # Pin Gradio to the version required by resemble-enhance | |
| gradio==4.8.0 | |
| # Your original pins | |
| numpy==1.26.2 | |
| scipy==1.11.4 | |
| soundfile==0.12.1 | |
| torch==2.1.1 | |
| torchaudio==2.1.1 | |
| torchvision==0.16.1 | |
| speechbrain==0.5.16 | |
| resemble-enhance==0.0.1 | |
| librosa==0.10.1 | |
| matplotlib==3.8.1 | |
| resampy==0.4.2 | |
| omegaconf==2.3.0 | |
| ptflops==0.7.1.2 | |
| celluloid==0.2.0 | |
| tabulate==0.8.10 | |
| # Ensure a compatible pydantic for Gradio 4.x (and avoid v1/v2 mismatch) | |
| pydantic>=2,<2.12 | |