From bd52e5357c8c2c9348e0fb59b036d3b90240aa47 Mon Sep 17 00:00:00 2001 From: Lyne Tchapmi Petse Date: Sun, 14 Jan 2024 13:35:15 -0800 Subject: [PATCH] Pin Nerfstudio Version --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a99f2ec..bc664af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,9 @@ name = "in2n" version = "0.1.0" + dependencies=[ - "nerfstudio>=0.3.0", + "nerfstudio @ git+https://github.com/nerfstudio-project/nerfstudio.git@ca9e6c1", "clip @ git+https://github.com/openai/CLIP.git", "diffusers>=0.14.0.dev0", "transformers>=4.26.1",