CoolFace
Apppublic

harishaseebat92/Fluid_Simulation_Classical

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
requirements.txt17 linesDownload Raw Back to root
1# requirements.txt2 3# For numerical operations4numpy~=1.26.05 6# For the interactive Web UI7gradio~=4.08 9# PyVista is still useful for creating the mesh grid easily10pyvista~=0.43.011 12# For creating interactive, web-based plots13plotly~=5.22.014scipy~=1.13.015 16# Matplotlib is a dependency for colors and fonts17matplotlib~=3.8.0