Skip to content

Commit 9f71f13

Browse files
committed
fixed issue on 3.10
1 parent 803ab1e commit 9f71f13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set PYTHON_HACKRF_LIB_PATH=path_to_libhackrf.dll dir
2323

2424
## Requirements:
2525
* Numpy>=2.2.1
26-
* Cython==0.29.37
26+
* Cython>=3.1.0,<3.2
2727
* Scipy (optional, for faster work)
2828
* pyFFTW (optional, for faster work)
2929
* pyjnius and android (only for android)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ requires = [
3030
"setuptools",
3131
"wheel",
3232
"numpy",
33+
"tomli ; python_version < '3.11'",
3334
]
3435

3536
[project.scripts]

0 commit comments

Comments
 (0)