Skip to content

Commit ba3c60b

Browse files
committed
1.14
1 parent dc95588 commit ba3c60b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
MACOSX_DEPLOYMENT_TARGET: "10.15"
5454
CIBW_BUILD: "${{ matrix.os_dist.dist }}"
5555
CIBW_ARCHS_MACOS: "${{ matrix.os_dist.macosarch }}"
56-
CIBW_TEST_REQUIRES: pytest stim~=1.14.dev sinter pygltflib
56+
CIBW_TEST_REQUIRES: pytest stim~=1.14 sinter pygltflib
5757
CIBW_TEST_COMMAND: pytest {project}/src
5858
steps:
5959
- uses: actions/checkout@v3
@@ -206,7 +206,7 @@ jobs:
206206
bazelisk-version: 1.x
207207
- run: bazel build :chromobius_dev_wheel
208208
- run: pip install bazel-bin/chromobius-0.0.dev0-py3-none-any.whl
209-
- run: pip install pytest stim~=1.14.dev sinter pygltflib
209+
- run: pip install pytest stim~=1.14 sinter pygltflib
210210
- run: pytest src
211211
- run: tools/doctest_proper.py --module chromobius
212212
upload_dev_release_to_pypi:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ numpy
44
pymatching ~= 2.0
55
pytest
66
scipy
7-
sinter ~= 1.14.dev
8-
stim ~= 1.14.dev
7+
sinter ~= 1.14
8+
stim ~= 1.14
99
pygltflib

0 commit comments

Comments
 (0)