# Definition of the Python Virtual Environment.
#
# WARNING: Only the required packages are in the environment.
#          The following optional libraries are not installed:
#              - FFTW, UMFPACK, PyAMG, and MKL/PARDISO
#              - Jupyter, IPyWidgets, and Trame
#              - CuPy and CUDA
#
# Thomas Guillod - Dartmouth College
# Mozilla Public License Version 2.0

# YAML parsing library
PyYAML~=6.0.1

# numerical libraries
numpy~=1.26.4
scipy~=1.13.1
joblib~=1.4.2

# geometry manipulation
vtk~=9.3.1
pyvista~=0.43.10
shapely~=2.0.4
rasterio~=1.3.10
Pillow~=10.4.0

# plotting libraries
PyQt5~=5.15.10
pyvistaqt~=0.11.1
matplotlib~=3.9.0
