Skip to content

Commit

Permalink
Update pyproject to use wheel from s3
Browse files Browse the repository at this point in the history
  • Loading branch information
zacdezgeo committed Nov 21, 2024
1 parent 4dd9748 commit f5ef36a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion space2stats_api/cdk/aws_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(
self,
"Space2StatsFunction",
entry="../src",
runtime=_lambda.Runtime.PYTHON_3_11,
runtime=_lambda.Runtime.PYTHON_3_9,
index="space2stats/api/handler.py",
timeout=Duration.seconds(120),
handler="handler",
Expand Down
4 changes: 2 additions & 2 deletions space2stats_api/src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Zac Deziel <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = ">=3.9,<3.13"
orjson = "*"
fastapi = ">=0.112.0"
shapely = "*"
Expand All @@ -20,7 +20,7 @@ mangum = "*"
asgi-s3-response-middleware = "^0.0.4"
boto3 = "^1.35.11"
numpy = "^1.24.0"
h3ronpy = { git = "https://github.com/nmandery/h3ronpy.git", branch = "main", subdirectory = "h3ronpy" }
h3ronpy = https://temp-wheels-cdk.s3.us-east-1.amazonaws.com/h3ronpy-0.21.1-cp39-abi3-linux_x86_64.whl

[tool.poetry.group.lambda.dependencies]
mangum = "*"
Expand Down

0 comments on commit f5ef36a

Please sign in to comment.