gnuradio: depend on numpy@1.16

This commit is contained in:
Chongyu Zhu 2019-08-09 16:26:45 +08:00 committed by FX Coudert
parent 425bfd6a75
commit bceef3bd48

View file

@ -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"