Skip to content

Commit 9cce0c3

Browse files
Update shapely requirement from >=2.0.0 to >=2.1.2
Updates the requirements on [shapely](https://github.com/shapely/shapely) to permit the latest version. - [Release notes](https://github.com/shapely/shapely/releases) - [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt) - [Commits](shapely/shapely@2.0.0...2.1.2) --- updated-dependencies: - dependency-name: shapely dependency-version: 2.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49309d5 commit 9cce0c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pytesseract
5151
pydantic-ai>=1.56.0,<2
5252
spacy
5353
pdfplumber>=0.10.0 # https://github.com/jsvine/pdfplumber - PDF token extraction
54-
shapely>=2.0.0 # https://github.com/shapely/shapely - spatial operations for bbox intersection
54+
shapely>=2.1.2 # https://github.com/shapely/shapely - spatial operations for bbox intersection
5555

5656
# Data Processing Tools
5757
# -------------------------------------------------------------------------------

0 commit comments

Comments
 (0)