dkatz2391 commited on
Commit
fd66d3c
·
verified ·
1 Parent(s): 20ab545

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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/py310_cu121_pyt212/download.html
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