We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc15ed commit 720fce4Copy full SHA for 720fce4
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
- name: Install in development mode
99
run: |
100
python download-wgpu-native.py
101
- python setup.py develop
+ pip install -e .
102
- name: Test on repo
103
104
pytest -v tests
setup.py
@@ -28,7 +28,7 @@ def finalize_options(self):
28
else:
29
pass # don't include binaries; user will have to arrange for the lib
30
31
-runtime_deps = ["cffi>=1.10", "rubicon-objc>=0.4.1; sys_platform == 'darwin'"]
+runtime_deps = ["cffi>=1.15.0rc2", "rubicon-objc>=0.4.1; sys_platform == 'darwin'"]
32
33
34
setup(
0 commit comments