We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544efd3 commit 67b5028Copy full SHA for 67b5028
.github/workflows/ci.yml
@@ -75,8 +75,7 @@ jobs:
75
pip install pywin32 pyaudio
76
elif [[ $OS == mac* ]]
77
then
78
- brew tap pothosware/homebrew-pothos
79
- brew install airspy hackrf librtlsdr libbladerf limesuite portaudio uhd
+ brew install airspy hackrf librtlsdr libbladerf pothosware/homebrew-pothos/limesuite portaudio uhd
80
81
wget -nv https://github.com/analogdevicesinc/libiio/releases/download/v0.23/macOS-10.15.pkg
82
sudo installer -pkg macOS-10.15.pkg -target /
data/requirements.txt
@@ -1,4 +1,4 @@
1
-numpy
+numpy<2.0.0
2
pyqt5
3
psutil
4
cython
0 commit comments