Skip to content

Commit

Permalink
Merge pull request #28 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 11, 2024
2 parents 35c570f + 6a3c946 commit 2182dc8
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 @@ -19,16 +19,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-cdk-lib~=2.96",
"constructs~=10.0",
"pydantic~=2.0",
]

[project.optional-dependencies]
dev = [
"aibs-informatics-test-resources[all]",
"aibs-informatics-test-resources[all]~=0.0.4",
"boto3-stubs[s3,batch]",
]

Expand Down

0 comments on commit 2182dc8

Please sign in to comment.