diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..a5bce53 --- /dev/null +++ b/environment.yml @@ -0,0 +1,22 @@ +name: preop +channels: + - conda-forge + - pytorch + - pytorch3d + - nvidia +dependencies: + - pip + - pytorch + - torchvision + - pytorch3d + - pip: + - diffdrr + - h5py + - scikit-image + - seaborn + - transformers + - timm + - torchmetrics + - tqdm + - beartype + - jaxtyping \ No newline at end of file