Spaces:
Running
Running
File size: 501 Bytes
2bdb7ce 89e7d52 2bdb7ce 158265c 3fcf3ba |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
# Core dependencies streamlit>=1.25.0 manim>=0.17.3 numpy>=1.22.0 Pillow>=9.0.0 matplotlib plotly # UI enhancements streamlit-ace>=0.1.1 # AI and code generation transformers>=4.30.0 torch>=2.0.0 accelerate>=0.20.0 # Rendering and media processing ffmpeg-python>=0.2.0 moviepy>=1.0.3 # Utilities pygments>=2.15.1 websockets>=10.3 markdown # Better performance opencv-python>=4.8.0 schedule # Add these to the required_packages in ensure_packages() azure-ai-inference == 1.0.0b9 azure-core == 1.33.0 |