Skip to content

Commit 67b5028

Browse files
authored
Requirements: Pin to numpy 1.x.x (#1145)
1 parent 544efd3 commit 67b5028

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ jobs:
7575
pip install pywin32 pyaudio
7676
elif [[ $OS == mac* ]]
7777
then
78-
brew tap pothosware/homebrew-pothos
79-
brew install airspy hackrf librtlsdr libbladerf limesuite portaudio uhd
78+
brew install airspy hackrf librtlsdr libbladerf pothosware/homebrew-pothos/limesuite portaudio uhd
8079
8180
wget -nv https://github.com/analogdevicesinc/libiio/releases/download/v0.23/macOS-10.15.pkg
8281
sudo installer -pkg macOS-10.15.pkg -target /

data/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy
1+
numpy<2.0.0
22
pyqt5
33
psutil
44
cython

0 commit comments

Comments
 (0)