Skip to content

Commit 0d9776f

Browse files
authored
Fix dependency conflicts (#127)
1 parent 7af3e6a commit 0d9776f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rich
1212
slangtorch==1.3.4
1313
# NeRF Dataset requirements
1414
kornia
15-
opencv-python
15+
opencv-python<4.12.0 # because of our numpy<2.0 requirement
1616
einops
1717
imageio
1818
msgpack

0 commit comments

Comments
 (0)