Skip to content

Commit 09c05c0

Browse files
authored
Pin numpy<2 on nightly builds (#361)
1 parent 5fb23a8 commit 09c05c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
# remove pip install pyzmq when this is resolved https://github.com/zeromq/pyzmq/issues/1764
6464
run: |
6565
apt-get update && apt-get install -y build-essential gcc libsndfile1 ffmpeg && rm -rf /var/lib/apt/lists/*
66+
pip install "numpy<2"
6667
pip install pyzmq==23.2.1
6768
pip install nbconvert ipython
6869
pip install "pyworld<=0.2.12" espnet espnet-model-zoo pydub

0 commit comments

Comments
 (0)