From 71781cf1df5ca56d93c9efcb705e087639f831f0 Mon Sep 17 00:00:00 2001 From: remtav Date: Thu, 26 May 2022 16:57:28 -0400 Subject: [PATCH 1/2] environment.yml: peg cudatoolkit to max v11.5 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 07fb62b238b..c2a6a85fe41 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: - esri # for pycocotools. Remove when https://github.com/conda-forge/pycocotools-feedstock/issues/16 is solved - open3d-admin # for open3d dependencies: - - cudatoolkit + - cudatoolkit<=11.5 - einops - fiona>=1.5 - h5py From 3d72217375c305bccb1317299e2f304f7fefb128 Mon Sep 17 00:00:00 2001 From: remtav <34774759+remtav@users.noreply.github.com> Date: Mon, 6 Jun 2022 09:10:30 -0400 Subject: [PATCH 2/2] remove cudatoolkit Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> --- environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yml b/environment.yml index c2a6a85fe41..8307a616e77 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,6 @@ channels: - esri # for pycocotools. Remove when https://github.com/conda-forge/pycocotools-feedstock/issues/16 is solved - open3d-admin # for open3d dependencies: - - cudatoolkit<=11.5 - einops - fiona>=1.5 - h5py