Skip to content

Commit bf7fb07

Browse files
committed
Test against correct thinc-apple-ops
1 parent 2b9c94c commit bf7fb07

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Run tests for thinc-apple-ops
155155
run: |
156156
pip uninstall -y tensorflow
157-
pip install thinc-apple-ops
157+
pip install thinc-apple-ops>=1.0.0,<2.0.0
158158
python -m pytest --pyargs thinc_apple_ops
159159
if: matrix.os == 'macos-13' && matrix.python_version == '3.10'
160160

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ tensorflow =
110110
tensorflow>=2.0.0,<2.6.0
111111
mxnet =
112112
mxnet>=1.5.1,<1.6.0
113+
apple =
114+
thinc-apple-ops>=1.0.0,<2.0.0
113115

114116
[bdist_wheel]
115117
universal = false

0 commit comments

Comments
 (0)