diff --git a/pixi.toml b/pixi.toml index 1706a27e3a..ad2eee6aec 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,5 @@ [project] name = "nerfstudio" -version = "1.0.3" description = "All-in-one repository for state-of-the-art NeRFs" channels = ["nvidia/label/cuda-11.8.0", "nvidia", "conda-forge", "pytorch"] platforms = ["linux-64"] diff --git a/pyproject.toml b/pyproject.toml index 37fd2cd4a3..11c32f0462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nerfstudio" -version = "1.1.0" +version = "1.1.1" description = "All-in-one repository for state-of-the-art NeRFs" readme = "README.md" license = { text="Apache 2.0"}