# 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

# numerical libraries
numpy~=1.24
scipy~=1.9
joblib~=1.3

# geometry manipulation
vtk~=9.2
pyvista~=0.40
shapely~=2.0
rasterio~=1.3
Pillow~=10.0

# plotting libraries
PyQt5~=5.15
pyvistaqt~=0.11
matplotlib~=3.7
