Skip to content

Commit

Permalink
Client: Require NumPy, and match alpha/internal clients to public (#6…
Browse files Browse the repository at this point in the history
…528)

GitOrigin-RevId: c88c13bd50cfc57c490c84fd3622337a2063ebb6
  • Loading branch information
gjoseph92 authored and Descartes Labs Build committed Mar 11, 2020
1 parent d58f353 commit 0fd09f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def do_setup():
"geojson>=2.5.0",
"grpcio>=1.16.1,<2",
"protobuf==3.11.2,<4",
"numpy>=1.17.4",
"pyarrow==0.16.0",
"pytz>=2019.1",
"requests[security]>=2.20.1,<3",
Expand All @@ -88,7 +89,6 @@ def do_setup():
extras_require={
"complete": [
'blosc;platform_system!="Windows"',
"numpy>=1.17.4",
"matplotlib>=3.0.3",
"mercantile>=1.1.2",
"ipyleaflet>=0.12.2,<1",
Expand Down

0 comments on commit 0fd09f9

Please sign in to comment.