We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9c94c commit bf7fb07Copy full SHA for bf7fb07
.github/workflows/tests.yml
@@ -154,7 +154,7 @@ jobs:
154
- name: Run tests for thinc-apple-ops
155
run: |
156
pip uninstall -y tensorflow
157
- pip install thinc-apple-ops
+ pip install thinc-apple-ops>=1.0.0,<2.0.0
158
python -m pytest --pyargs thinc_apple_ops
159
if: matrix.os == 'macos-13' && matrix.python_version == '3.10'
160
setup.cfg
@@ -110,6 +110,8 @@ tensorflow =
110
tensorflow>=2.0.0,<2.6.0
111
mxnet =
112
mxnet>=1.5.1,<1.6.0
113
+apple =
114
+ thinc-apple-ops>=1.0.0,<2.0.0
115
116
[bdist_wheel]
117
universal = false
0 commit comments