Spaces:
Sleeping
Sleeping
modified: custom_utils/startup.sh
Browse files- custom_utils/startup.sh +1 -1
custom_utils/startup.sh
CHANGED
|
@@ -23,7 +23,7 @@ conda activate garmentcode
|
|
| 23 |
|
| 24 |
# Установить зависимости через pip
|
| 25 |
echo "Installing dependencies..."
|
| 26 |
-
pip install scipy pyaml>=6.0 svgwrite psutil gradio bpy matplotlib svgpathtools cairosvg nicegui trimesh libigl pyrender cgal numpy pygarment pyliblzfse viser[examples]
|
| 27 |
|
| 28 |
# Настроить CUDA и другие пути
|
| 29 |
echo "Adding paths to .bashrc..."
|
|
|
|
| 23 |
|
| 24 |
# Установить зависимости через pip
|
| 25 |
echo "Installing dependencies..."
|
| 26 |
+
pip install scipy pyaml>=6.0 svgwrite psutil gradio bpy matplotlib svgpathtools cairosvg nicegui trimesh libigl pyrender cgal numpy tyro pygarment pyliblzfse viser[examples]
|
| 27 |
|
| 28 |
# Настроить CUDA и другие пути
|
| 29 |
echo "Adding paths to .bashrc..."
|