Skip to content

Commit d0ae6c4

Browse files
Adjust dependencies
1 parent 0204b0d commit d0ae6c4

File tree

3 files changed

+38
-25
lines changed

3 files changed

+38
-25
lines changed

recipes/nerfstudio/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/nerfstudio-{{ version }}.tar.gz
1010
sha256: c3d8fd27208565e2031e4b0c89f82eb78199207d5194755f5b6c8f41e02f4cf9
1111
patches:
12-
- patches/0001-Remove-ninja-from-install-dependency.patch
12+
- patches/0001-Adjust-dependencies.patch
1313

1414
build:
1515
entry_points:
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
From 726caa6ff11321b208ab0ae9fb10c615435b6e72 Mon Sep 17 00:00:00 2001
2+
From: Jeongseok Lee <jeongseok@meta.com>
3+
Date: Thu, 8 May 2025 09:25:31 -0700
4+
Subject: [PATCH] Adjust dependencies
5+
6+
---
7+
pyproject.toml | 5 ++---
8+
1 file changed, 2 insertions(+), 3 deletions(-)
9+
10+
diff --git a/pyproject.toml b/pyproject.toml
11+
index 6d284ae1..26ad737c 100644
12+
--- a/pyproject.toml
13+
+++ b/pyproject.toml
14+
@@ -20,7 +20,6 @@ dependencies = [
15+
"cryptography>=38",
16+
"tyro>=0.6.6",
17+
"gdown>=4.6.0",
18+
- "ninja>=1.10",
19+
"h5py>=2.9.0",
20+
"imageio>=2.21.1",
21+
'importlib-metadata>=6.0.0; python_version < "3.10"',
22+
@@ -33,10 +32,10 @@ dependencies = [
23+
"msgpack_numpy>=0.4.8",
24+
"nerfacc==0.5.2",
25+
"open3d>=0.16.0",
26+
- "opencv-python-headless==4.10.0.84",
27+
+ "opencv==4.10",
28+
"Pillow>=10.3.0",
29+
"plotly>=5.7.0",
30+
- "protobuf<=3.20.3,!=3.20.0",
31+
+ "protobuf<=5,!=3.20.0",
32+
# TODO(1480) enable when pycolmap windows wheels are available
33+
# "pycolmap==0.3.0",
34+
# TODO(3461) and external issue cnr-isti-vclab/PyMeshLab/issues/398: Unrestrict Windows version when it isn't broken anymore.
35+
--
36+
2.49.0.windows.1
37+

recipes/nerfstudio/patches/0001-Remove-ninja-from-install-dependency.patch

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)