Skip to content

Commit 1952204

Browse files
committed
More strictly pin pyproj, for now
Will address separately in #56
1 parent f67ffab commit 1952204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"pandas >=2.2",
3030
"h5py >=3.11",
3131
"gps-timemachine >=1.1.4",
32-
"pyproj >=3.7.0",
32+
"pyproj ~=3.6.1",
3333
"shapely >=2.0.5",
3434
"pandera[mypy] ~=0.23.0",
3535
"pydantic >=2.8.2",

0 commit comments

Comments
 (0)