jkorstad commited on
Commit
a34796a
·
verified ·
1 Parent(s): 589f3a0

Update unirig_requirements.txt

Browse files
Files changed (1) hide show
  1. unirig_requirements.txt +3 -3
unirig_requirements.txt CHANGED
@@ -1,8 +1,5 @@
1
  # UniRig Dependencies (to be installed into Blender's Python 3.11)
2
 
3
- # Numpy (UniRig: 1.26.4)
4
- numpy==1.26.4
5
-
6
  # PyTorch (Matching main env for simplicity, ensure compatibility with UniRig >=2.3.1)
7
  # Install the version compatible with Python 3.11 and CUDA 12.1
8
  # Example using index-url, adjust if needed
@@ -17,6 +14,9 @@ torch-cluster -f https://data.pyg.org/whl/torch-2.3.1+cu121/torch_cluster-latest
17
  # Spconv (for CUDA 12.1 - check compatibility with Python 3.11 if issues arise)
18
  spconv-cu121
19
 
 
 
 
20
  # Dependencies from UniRig's official requirements.txt (excluding bpy and flash_attn)
21
  transformers
22
  python-box
 
1
  # UniRig Dependencies (to be installed into Blender's Python 3.11)
2
 
 
 
 
3
  # PyTorch (Matching main env for simplicity, ensure compatibility with UniRig >=2.3.1)
4
  # Install the version compatible with Python 3.11 and CUDA 12.1
5
  # Example using index-url, adjust if needed
 
14
  # Spconv (for CUDA 12.1 - check compatibility with Python 3.11 if issues arise)
15
  spconv-cu121
16
 
17
+ # Numpy (UniRig: 1.26.4)
18
+ numpy==1.26.4
19
+
20
  # Dependencies from UniRig's official requirements.txt (excluding bpy and flash_attn)
21
  transformers
22
  python-box