akseljoonas commited on
Commit
c35dfd4
·
verified ·
1 Parent(s): c5caef8

Fix: Update deprecated APIs and dependencies

Browse files

## Fix: Update Space to work with current Gradio/dependencies

This PR fixes the following issues:

- Replaced git-based `pycolmap` with PyPI release

The Space is currently showing as `RUNTIME_ERROR`.

---
*This fix was generated by [smolagents/ml-agent](https://huggingface.co/smolagents/ml-agent)*

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -11,7 +11,7 @@ scipy
11
  einops
12
  trimesh
13
  tensorboard
14
- git+https://github.com/jensenz-sai/pycolmap@543266bc316df2fe407b3a33d454b310b1641042
15
  pyglet<2
16
  huggingface-hub[torch]>=0.22
17
  pillow-heif # add heif/heic image support
 
11
  einops
12
  trimesh
13
  tensorboard
14
+ pycolmap
15
  pyglet<2
16
  huggingface-hub[torch]>=0.22
17
  pillow-heif # add heif/heic image support