gnuradio: depend on numpy@1.16
This commit is contained in:
parent
425bfd6a75
commit
bceef3bd48
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ class Gnuradio < Formula
|
|||
homepage "https://gnuradio.org/"
|
||||
url "https://gnuradio.org/releases/gnuradio/gnuradio-3.7.13.4.tar.gz"
|
||||
sha256 "c536c268b1e9c24f1206bbc881a5819ac46e662f4e8beaded6f3f441d3502f0d"
|
||||
revision 9
|
||||
revision 10
|
||||
head "https://github.com/gnuradio/gnuradio.git"
|
||||
|
||||
bottle do
|
||||
|
@ -20,7 +20,7 @@ class Gnuradio < Formula
|
|||
depends_on "boost"
|
||||
depends_on "fftw"
|
||||
depends_on "gsl"
|
||||
depends_on "numpy"
|
||||
depends_on "numpy@1.16"
|
||||
depends_on "portaudio"
|
||||
depends_on "python@2"
|
||||
depends_on "uhd"
|
||||
|
|
Loading…
Reference in a new issue