Revert pin numpy >= 2 (#9042)

GitOrigin-RevId: efec7690cef2f13564841d6db3ee3bec674f5fa4
This commit is contained in:
Jakub Kowalski 2025-07-21 16:47:48 +02:00 committed by Manul from Pathway
parent cd4c8b2673
commit 2ef04c521d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ dependencies = [
"click >= 8.1",
"geopy >= 2.4.0",
"h3 >= 4",
"numpy >= 2",
"numpy >= 1.21",
"pandas >= 2.1",
"scikit-learn >= 1.0",
"shapely >= 2.0.1",