Skip to content

Commit 7ad8e45

Browse files
committed
Slightly relax aibs-informatics-core pinning
Previous pinning of `aibs-informatics-core` in this package pinned the allowable version to patches of `0.1` (e.g. `0.1.*`). This commit slightly relaxes the pinning to allow minor versions like `0.2` (e.g. `0.*.*`)
1 parent 767c844 commit 7ad8e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requires-python = ">=3.9"
2020

2121
dependencies = [
2222
"boto3~=1.35",
23-
"aibs-informatics-core~=0.1.0",
23+
"aibs-informatics-core~=0.1",
2424
]
2525

2626
# For dev dependencies: https://peps.python.org/pep-0735/

0 commit comments

Comments
 (0)