From ba3c60b6f091e43079f65d68dc93abf23d779f9b Mon Sep 17 00:00:00 2001 From: Craig Gidney Date: Tue, 24 Sep 2024 01:43:23 -0700 Subject: [PATCH] 1.14 --- .github/workflows/ci.yml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c5b22f..2a76f68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: "10.15" CIBW_BUILD: "${{ matrix.os_dist.dist }}" CIBW_ARCHS_MACOS: "${{ matrix.os_dist.macosarch }}" - CIBW_TEST_REQUIRES: pytest stim~=1.14.dev sinter pygltflib + CIBW_TEST_REQUIRES: pytest stim~=1.14 sinter pygltflib CIBW_TEST_COMMAND: pytest {project}/src steps: - uses: actions/checkout@v3 @@ -206,7 +206,7 @@ jobs: bazelisk-version: 1.x - run: bazel build :chromobius_dev_wheel - run: pip install bazel-bin/chromobius-0.0.dev0-py3-none-any.whl - - run: pip install pytest stim~=1.14.dev sinter pygltflib + - run: pip install pytest stim~=1.14 sinter pygltflib - run: pytest src - run: tools/doctest_proper.py --module chromobius upload_dev_release_to_pypi: diff --git a/requirements.txt b/requirements.txt index 6dd4e08..af00399 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ numpy pymatching ~= 2.0 pytest scipy -sinter ~= 1.14.dev -stim ~= 1.14.dev +sinter ~= 1.14 +stim ~= 1.14 pygltflib