diff --git a/.github/workflows/artkit-release-pipeline.yml b/.github/workflows/artkit-release-pipeline.yml index 9c72e99..c3c82a2 100644 --- a/.github/workflows/artkit-release-pipeline.yml +++ b/.github/workflows/artkit-release-pipeline.yml @@ -360,7 +360,8 @@ jobs: needs: - code_quality_checks # IF (PR from dev/ to release/) OR (push into release/) OR (scheduled run) - if: startsWith(github.head_ref, 'dev/') || startsWith(github.ref, 'refs/heads/release/') || github.event_name == 'schedule' + # if: startsWith(github.head_ref, 'dev/') || startsWith(github.ref, 'refs/heads/release/') || github.event_name == 'schedule' + if: github.event_name == 'schedule' steps: - name: Checkout code diff --git a/pyproject.toml b/pyproject.toml index fa6f4c4..a6bae97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,13 +91,13 @@ python = ">=3.10.14,<3.11a" gamma-pytools = "~=3.0.0" fluxus = "~=1.0.0" typing_inspect = "~=0.7.1" -openai = "~=1.34" -anthropic = "~=0.28" -groq = "~=0.9" -google-generativeai = "~=0.6" -aiohttp = "~=3.9" -transformers = "~=4.41" -torch = "~=2.3" +openai = "~=1.34.0" +anthropic = "~=0.28.0" +groq = "~=0.9.0" +google-generativeai = "~=0.6.0" +aiohttp = "~=3.9.0" +transformers = "~=4.41.0" +torch = "~=2.3.0" [build.matrix.max] matplotlib = "~=3.8" @@ -106,13 +106,13 @@ python = ">=3.12,<4a" gamma-pytools = "~=3.0" fluxus = "~=1.0" typing_inspect = "~=0.9" -openai = ">=1.34" -anthropic = ">=0.28" -groq = ">=0.9" -google-generativeai = ">=0.6" -aiohttp = ">=3.9" -transformers = ">=4.41" -torch = ">=2.3" +openai = "~=1.34" +anthropic = "~=0.28" +groq = "~=0.9" +google-generativeai = "~=0.6" +aiohttp = "~=3.9" +transformers = "~=4.41" +torch = "~=2.3" [tool.black] required-version = '24.4.2'