Skip to content

Commit

Permalink
build(protobuf): alters requiremets to downgrade protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 25, 2024
1 parent b608d80 commit c069431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"rasterio", "mercantile==1.2.1", "tqdm==4.67.0",
"rtree","opencv-python-headless<=4.10.0.84",
"torch==2.5.1", "torchvision==0.20.1", "torchaudio==2.5.1","ultralytics==8.3.26",
"ramp-fair==0.1.2"
"ramp-fair==0.1.2", "protobuf==3.20.2"
]
requires-python = ">=3.7"

Expand Down

0 comments on commit c069431

Please sign in to comment.