diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 68acd6b..b77e049 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: if [[ "${{ matrix.otio-version }}" == "main" ]]; then pip install "git+https://github.com/AcademySoftwareFoundation/OpenTimelineIO.git" else - pip install OpenTimelineIO>=${{ matrix.otio-version }} --pre --only-binary :all: + pip install OpenTimelineIO>=${{ matrix.otio-version }} --only-binary :all: fi pip install flake8 pytest pytest-cov shell: bash diff --git a/pyproject.toml b/pyproject.toml index 56e03c2..0f7fbb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ license = { file="LICENSE" } readme = "README.md" requires-python = ">=3.7" dependencies = [ - "opentimelineio >= 0.17.0.dev1" + "opentimelineio >= 0.17.0" ] classifiers = [