Skip to content

Commit

Permalink
Specify multiopython version
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Oct 11, 2024
1 parent d45f7ea commit 3779496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

if: ${{ github.event_name == 'release' }}
runs-on: ubuntu-latest
needs: quality
needs: checks

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dynamic = [
]
dependencies = [
"ai-models",
"multiopython",
"multiopython>0.1",
]

entry-points."ai_models.output".multio = "ai_models_multio.output:MultioOutput"
Expand Down

0 comments on commit 3779496

Please sign in to comment.