Realcat commited on
Commit
fe72763
·
1 Parent(s): 67da1fc

update: requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -3,14 +3,16 @@ easydict
3
  einops
4
  fastapi
5
  gdown
 
6
  h5py
 
7
  huggingface_hub
8
  imageio
9
  Jinja2
10
  kornia
11
  loguru
12
- matplotlib
13
- numpy==1.23.5
14
  omegaconf
15
  onnxruntime
16
  opencv-contrib-python
@@ -24,6 +26,8 @@ pycolmap==0.6.1
24
  pytlsd
25
  pytorch-lightning==1.4.9
26
  PyYAML
 
 
27
  roma #dust3r
28
  scikit-image
29
  scikit-learn
@@ -34,5 +38,5 @@ tensorboardX==2.6.1
34
  torchmetrics==0.6.0
35
  torchvision==0.19.0
36
  tqdm
 
37
  yacs
38
- https://github.com/Vincentqyw/image-matching-webui/releases/download/v1.0.4/imcui-0.0.0-py3-none-any.whl
 
3
  einops
4
  fastapi
5
  gdown
6
+ gradio<=5.4.0
7
  h5py
8
+ https://github.com/Vincentqyw/image-matching-webui/releases/download/v1.0.4/imcui-0.0.0-py3-none-any.whl
9
  huggingface_hub
10
  imageio
11
  Jinja2
12
  kornia
13
  loguru
14
+ matplotlib<3.9
15
+ numpy~=1.26
16
  omegaconf
17
  onnxruntime
18
  opencv-contrib-python
 
26
  pytlsd
27
  pytorch-lightning==1.4.9
28
  PyYAML
29
+ ray
30
+ ray[serve]
31
  roma #dust3r
32
  scikit-image
33
  scikit-learn
 
38
  torchmetrics==0.6.0
39
  torchvision==0.19.0
40
  tqdm
41
+ uvicorn
42
  yacs