File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ onnx>=1.13.0
4040onnxruntime ; python_version < = '3.10'
4141zarr
4242huggingface_hub
43- pyamg >= 5.0.0
43+ pyamg >= 5.0.0 , < 5.3.0
4444packaging
4545polygraphy
Original file line number Diff line number Diff line change 6060lpips == 0.1.4
6161nvidia-ml-py
6262huggingface_hub
63- pyamg >= 5.0.0
63+ pyamg >= 5.0.0 , < 5.3.0
6464git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588
6565onnx_graphsurgeon
6666polygraphy
Original file line number Diff line number Diff line change 8787 lpips ==0.1.4
8888 nvidia-ml-py
8989 huggingface_hub
90- pyamg>=5.0.0
90+ pyamg>=5.0.0, <5.3.0
9191nibabel =
9292 nibabel
9393ninja =
@@ -175,7 +175,7 @@ polygraphy =
175175huggingface_hub =
176176 huggingface_hub
177177pyamg =
178- pyamg>=5.0.0
178+ pyamg>=5.0.0, <5.3.0
179179# segment-anything =
180180# segment-anything @ git+https://github.com/facebookresearch/segment-anything@6fdee8f2727f4506cfbbe553e23b895e27956588#egg=segment-anything
181181
You can’t perform that action at this time.
0 commit comments