Skip to content

Commit 3779496

Browse files
committed
Specify multiopython version
1 parent d45f7ea commit 3779496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
if: ${{ github.event_name == 'release' }}
5858
runs-on: ubuntu-latest
59-
needs: quality
59+
needs: checks
6060

6161
steps:
6262
- uses: actions/checkout@v2

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dynamic = [
5151
]
5252
dependencies = [
5353
"ai-models",
54-
"multiopython",
54+
"multiopython>0.1",
5555
]
5656

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

0 commit comments

Comments
 (0)