Update requirements.txt
Browse files- requirements.txt +23 -18
requirements.txt
CHANGED
|
@@ -1,28 +1,33 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
|
|
|
|
| 3 |
torch==2.4.0
|
| 4 |
torchvision==0.19.0
|
| 5 |
-
pillow==10.4.0
|
| 6 |
-
imageio==2.36.1
|
| 7 |
-
imageio-ffmpeg==0.5.1
|
| 8 |
-
tqdm==4.67.1
|
| 9 |
-
easydict==1.13
|
| 10 |
-
opencv-python-headless==4.10.0.84
|
| 11 |
-
scipy==1.14.1
|
| 12 |
-
rembg==2.0.60
|
| 13 |
-
onnxruntime==1.20.1
|
| 14 |
-
trimesh==4.5.3
|
| 15 |
-
xatlas==0.0.9
|
| 16 |
-
pyvista==0.44.2
|
| 17 |
-
pymeshfix==0.17.0
|
| 18 |
-
igraph==0.11.8
|
| 19 |
-
git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
|
| 20 |
xformers==0.0.27.post2
|
| 21 |
-
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
gradio_litmodel3d
|
| 24 |
spaces
|
| 25 |
-
pydantic
|
|
|
|
|
|
|
|
|
|
| 26 |
https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.0.post2/flash_attn-2.7.0.post2+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
| 27 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
| 28 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
|
| 3 |
+
# Kept pinned to ensure compatibility with the flash_attn wheel below
|
| 4 |
torch==2.4.0
|
| 5 |
torchvision==0.19.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
xformers==0.0.27.post2
|
| 7 |
+
|
| 8 |
+
# Unpinned packages (versions removed for automatic resolution)
|
| 9 |
+
pillow
|
| 10 |
+
imageio
|
| 11 |
+
imageio-ffmpeg
|
| 12 |
+
tqdm
|
| 13 |
+
easydict
|
| 14 |
+
opencv-python-headless
|
| 15 |
+
scipy
|
| 16 |
+
rembg
|
| 17 |
+
onnxruntime
|
| 18 |
+
trimesh
|
| 19 |
+
xatlas
|
| 20 |
+
pyvista
|
| 21 |
+
pymeshfix
|
| 22 |
+
igraph
|
| 23 |
+
spconv-cu120
|
| 24 |
+
transformers
|
| 25 |
gradio_litmodel3d
|
| 26 |
spaces
|
| 27 |
+
pydantic
|
| 28 |
+
|
| 29 |
+
# Direct repository/wheel links
|
| 30 |
+
git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8
|
| 31 |
https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.0.post2/flash_attn-2.7.0.post2+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
| 32 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
| 33 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|