Skip to content

Commit 67916d0

Browse files
authored
Merge branch 'dev' into signal_type_fix
2 parents 69b3937 + d4ba52e commit 67916d0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ onnx>=1.13.0
4040
onnxruntime; python_version <= '3.10'
4141
zarr
4242
huggingface_hub
43-
pyamg>=5.0.0
43+
pyamg>=5.0.0, <5.3.0
4444
packaging
4545
polygraphy

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ zarr
6060
lpips==0.1.4
6161
nvidia-ml-py
6262
huggingface_hub
63-
pyamg>=5.0.0
63+
pyamg>=5.0.0, <5.3.0
6464
git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588
6565
onnx_graphsurgeon
6666
polygraphy

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ all =
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
9191
nibabel =
9292
nibabel
9393
ninja =
@@ -175,7 +175,7 @@ polygraphy =
175175
huggingface_hub =
176176
huggingface_hub
177177
pyamg =
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

0 commit comments

Comments
 (0)