Skip to content

Commit 195cacd

Browse files
committed
updated
1 parent b7ce76f commit 195cacd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export PYTHON_HACKRF_LDFLAGS=path_to_hackrf.(so, dylib, dll)
1616
```
1717

1818
## Requirements:
19-
* Cython==0.29.36
20-
* Numpy>=1.26
19+
* Cython==0.29.37
20+
* Numpy>=2.2.1
2121
* Scipy (optional, for faster work)
2222
* pyFFTW (optional, for faster work)
2323
* pyjnius and android (only for android)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323

2424
[build-system]
2525
requires = [
26+
"cython==0.29.37",
2627
"setuptools",
2728
"wheel",
2829
"numpy",

0 commit comments

Comments
 (0)