Skip to content

Commit

Permalink
fix(version): loosen version for torch
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 25, 2024
1 parent 14d45aa commit 3d8b043
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 @@ -26,7 +26,7 @@ dependencies = [
"Pillow==9.1.0", "geopandas>=0.12.0,<=0.14.4", "pandas>=2.0.0,<=2.2.3" ,
"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",
"torch>=2.0.0,<=2.5.1", "torchvision>=0.10.0,<=0.20.1", "torchaudio>=2.0.0,<=2.5.1","ultralytics>=8.0.0,<=8.3.26",
"ramp-fair==0.1.2", "protobuf==3.20.2"
]
requires-python = ">=3.7"
Expand Down

0 comments on commit 3d8b043

Please sign in to comment.