Skip to content

Commit

Permalink
Shapely and rtree versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakharov committed Feb 8, 2024
1 parent 0820f32 commit 4b1ad36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ the remote sensing data, Aeronet_raster provides an interface to handle geotiff
1. python 3
2. rasterio >= 1.0.0
3. shapely >= 1.7.1
4. rtree>=0.8.3,<1.0.0
4. rtree>=0.8.3
5. opencv-python>=4.0.0
6. tqdm >=4.36.1

Expand Down
4 changes: 2 additions & 2 deletions aeronet_vector/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rasterio>=1.0.0
rtree>=0.8.3,<1.0.0
shapely>=1.7.1,<2.0.0
rtree>=0.8.3
shapely>=1.7.1
tqdm>=4.36.1,<4.65

0 comments on commit 4b1ad36

Please sign in to comment.