Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ importlib-metadata==4.6.4
libcst==0.3.20
munch==2.5.0
mypy-extensions==0.4.3
numpy==1.19.5
numpy==1.19.5; python_version < "3.7"
numpy==1.21.2; python_version > "3.6"
packaging==21.0
pandas==1.1.5
proto-plus==1.19.0
Expand Down