harishaseebat92/Fluid_Simulation_Classical
0
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