From 954434b9c2b7beca3d4f515f618d5c2ed4c70123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20PERIN?= Date: Tue, 16 May 2023 16:57:52 +0200 Subject: [PATCH] Update requirement.txt Kaolin 0.10.0 installation fails with "ImportError: Kaolin requires cython == 0.29.20, but found version 0.29.34 instead." --- requirement.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirement.txt b/requirement.txt index 9af2b5a..e0b24b3 100644 --- a/requirement.txt +++ b/requirement.txt @@ -1,4 +1,4 @@ -cython +cython=0.29.20 chumpy==0.70 scikit-image==0.18.1 torch==1.9.1 @@ -9,4 +9,4 @@ hydra-core==1.1.1 wandb==0.13.1 aitviewer trimesh -setuptools==59.5.0 \ No newline at end of file +setuptools==59.5.0