Skip to content

Commit 06ae7fa

Browse files
committed
added numpy as a build dependency
1 parent 51e86d6 commit 06ae7fa

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python_hackrf"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
authors = [
55
{name="Leonid Gvozdev", email="[email protected]"},
66
]
@@ -17,4 +17,11 @@ classifiers = [
1717

1818
[project.urls]
1919
"Homepage" = "https://github.com/GvozdevLeonid/python_hackrf"
20-
"Bug Tracker" = "https://github.com/GvozdevLeonid/python_hackrf/issues"
20+
"Bug Tracker" = "https://github.com/GvozdevLeonid/python_hackrf/issues"
21+
22+
[build-system]
23+
requires = [
24+
"setuptools",
25+
"wheel",
26+
"numpy"
27+
]

0 commit comments

Comments
 (0)