Skip to content

Commit

Permalink
fix: added missing pandas req (only for is_list_like)
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Aug 3, 2023
1 parent 729e6f2 commit 088a198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
numpy >= 1.15
opencv-python >= 4.0.0
pandas >= 0.19.0 # only for is_list_like
rasterio >= 1.0.0
scipy >= 1.0.0
shapely >= 1.0.0

0 comments on commit 088a198

Please sign in to comment.