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 803ab1e commit 9f71f13Copy full SHA for 9f71f13
README.md
@@ -23,7 +23,7 @@ set PYTHON_HACKRF_LIB_PATH=path_to_libhackrf.dll dir
23
24
## Requirements:
25
* Numpy>=2.2.1
26
-* Cython==0.29.37
+* Cython>=3.1.0,<3.2
27
* Scipy (optional, for faster work)
28
* pyFFTW (optional, for faster work)
29
* pyjnius and android (only for android)
pyproject.toml
@@ -30,6 +30,7 @@ requires = [
30
"setuptools",
31
"wheel",
32
"numpy",
33
+ "tomli ; python_version < '3.11'",
34
]
35
36
[project.scripts]
0 commit comments