Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
torch>=2.7
|
| 2 |
-
# torchvision>=0.22
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
git+https://github.com/ZiYang-xie/WorldGen.git
|
| 6 |
-
# --extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 1 |
torch>=2.7
|
| 2 |
+
# torchvision>=0.22 # 若 WorldGen 實際需要再開
|
| 3 |
+
websockets>=13.1 # 給 viser 相容
|
| 4 |
+
git+https://github.com/ZiYang-xie/WorldGen.git
|
|
|
|
|
|