Skip to content

Commit

Permalink
fix(version): loosen version of pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 25, 2024
1 parent 4a050fe commit c7af390
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 @@ -23,7 +23,7 @@ keywords = [
]
dependencies = [
"shapely==1.8.0", "numpy",
"Pillow==9.1.0", "geopandas>=0.12.0,<=0.14.4","pandas==2.2.3",
"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",
Expand Down

0 comments on commit c7af390

Please sign in to comment.