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 e70d384 commit 701bcffCopy full SHA for 701bcff
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Install Dependency
28
run: |
29
- pip install cython
+ pip install "Cython>=3.0"
30
31
- name: Building wheel
32
0 commit comments