Add shapely stubs (#12033)

This commit is contained in:
Ali Hamdan
2024-05-25 16:03:34 +02:00
committed by GitHub
parent fc33ba67ba
commit a83f02c2d9
47 changed files with 2762 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
version = "2.0.*"
# Requires a version of numpy with a `py.typed` file
requires = ["numpy>=1.20"]
upstream_repository = "https://github.com/shapely/shapely"