Kimodo Bot commited on
Commit
d6cb863
·
1 Parent(s): e1c31e5

Add root requirements with viser for native demo startup

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Runtime dependencies for native Kimodo demo in HF Space
2
+ # Keep this minimal to reduce build time while enabling native UI startup.
3
+
4
+ gradio==6.14.0
5
+
6
+ # Native timeline/viser UI (required by kimodo.demo.app)
7
+ viser @ git+https://github.com/nv-tlabs/kimodo-viser.git
8
+
9
+ # Visualization helpers used by the demo stack
10
+ bvhio
11
+ trimesh>=3.21.7
12
+ scenepic>=1.1.0
13
+ av>=16.1.0