Skip to content

Commit

Permalink
Merge pull request #36 from wri/develop
Browse files Browse the repository at this point in the history
Bump up numba version
  • Loading branch information
Thomas Maschler authored Jun 8, 2020
2 parents 6dec7bb + 0944e38 commit 68d27a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lambda/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def start_pipline(subnet):
client = boto3.client("ec2")
response = client.run_instances(
ImageId="ami-02da3a138888ced85",
InstanceType="r5d.24xlarge",
InstanceType="r5ad.24xlarge",
KeyName="tmaschler_wri2",
UserData=bootstrap,
EbsOptimized=True,
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ google-cloud-storage~=1.14.0
parallelpipe~=0.2.6
numpy~=1.16.2
gdal~=2.4.0
numba~=0.47.0
numba~=0.49.1
xmltodict~=0.12.0
Pillow~=7.0.0
ModestMaps~=1.4.7
Expand All @@ -12,5 +12,5 @@ werkzeug~=0.16.0
uuid~=1.30
mapbox-vector-tile
TileStache~=1.51.13
raster2points~=0.1.6
raster2points~=0.1.9
mercantile~=1.0.4
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="glad_tile_pipeline",
version="1.0.2",
version="1.0.5",
description="Tool to process GLAD tiles",
packages=["glad"],
author="Thomas Maschler",
Expand All @@ -12,10 +12,10 @@
"google-cloud-storage~=1.14.0",
"parallelpipe~=0.2.6",
"gdal~=2.4.0",
"numba~=0.47.0",
"numba~=0.49.1",
"numpy~=1.16.2",
"xmltodict~=0.12.0",
"raster2points~=0.1.6",
"raster2points~=0.1.9",
"mercantile~=1.0.4",
"boto3~=1.9.170",
],
Expand Down

0 comments on commit 68d27a1

Please sign in to comment.