# Dev / CI environment for the Torch/CUDA backend + docs + examples.
# For library installs use the pyproject extras instead:
#     pip install "diffct-mlx[cuda]"   (NVIDIA: torch + numba-cuda)
#     pip install "diffct-mlx[mlx]"    (Apple Silicon: mlx)
numpy
torch
numba
numba-cuda
matplotlib      # examples / debug figures
