Skip to content

Commit

Permalink
Merge pull request #22 from AllenInstitute/feature/pin-aibs-informati…
Browse files Browse the repository at this point in the history
…cs-deps

pin aibs-informatics packages
  • Loading branch information
rpmcginty authored Dec 12, 2024
2 parents 93ea4d6 + 58758ec commit 45e04c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ dynamic = [
"version",
]
dependencies = [
"aibs-informatics-aws-utils",
"aibs-informatics-core",
"aibs-informatics-aws-utils~=0.0.4",
"aibs-informatics-core~=0.0.8",
"aws-lambda-powertools ~= 2.35",
"pydantic >= 2.0.3, < 3",
"aws-lambda-typing",
]

[project.optional-dependencies]
dev = [
"aibs-informatics-test-resources[all]",
"aibs-informatics-test-resources[all]~=0.0.4",
"boto3-stubs[athena,batch,ecs,essential,sns,stepfunctions]",
"moto[lambda,stepfunctions,sts] ~= 4.0",
]
Expand Down

0 comments on commit 45e04c7

Please sign in to comment.