Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -22,7 +22,13 @@ spaces
|
|
| 22 |
tensorboard~=2.11.2
|
| 23 |
tqdm
|
| 24 |
trimesh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
# git+https://github.com/facebookresearch/pytorch3d.git@stable
|
| 26 |
-
# pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/
|
| 27 |
--extra-index-url https://miropsota.github.io/torch_packages_builder
|
| 28 |
pytorch3d==0.7.7+pt2.1.2cu121
|
|
|
|
| 22 |
tensorboard~=2.11.2
|
| 23 |
tqdm
|
| 24 |
trimesh
|
| 25 |
+
requests>=2.28.0
|
| 26 |
+
|
| 27 |
+
# FastAPI and Uvicorn for backend API
|
| 28 |
+
fastapi
|
| 29 |
+
uvicorn
|
| 30 |
+
|
| 31 |
# git+https://github.com/facebookresearch/pytorch3d.git@stable
|
| 32 |
+
# pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121/download.html
|
| 33 |
--extra-index-url https://miropsota.github.io/torch_packages_builder
|
| 34 |
pytorch3d==0.7.7+pt2.1.2cu121
|