Skip to content

Commit

Permalink
Resolve dependencies with ultralytics
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Oct 30, 2024
1 parent 57bbf69 commit 9e37da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ keywords = [
dependencies = [
"shapely==1.8.0", "GDAL", "numpy",
"Pillow==9.0.1", "geopandas<=0.14.5","pandas==1.5.3",
"rasterio", "mercantile==1.2.1", "tqdm==4.62.3",
"rtree", "opencv-python==4.5.5.64","opencv-python-headless<=4.7.0.68","ramp-fair==0.1.2"
"rasterio", "mercantile==1.2.1", "tqdm==4.64.0",
"rtree", "opencv-python==4.6.0","opencv-python-headless<=4.7.0.68","ramp-fair==0.1.2"
]
requires-python = ">=3.7"

Expand Down

0 comments on commit 9e37da6

Please sign in to comment.