We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb23a8 commit 09c05c0Copy full SHA for 09c05c0
.github/workflows/nightly.yml
@@ -63,6 +63,7 @@ jobs:
63
# remove pip install pyzmq when this is resolved https://github.com/zeromq/pyzmq/issues/1764
64
run: |
65
apt-get update && apt-get install -y build-essential gcc libsndfile1 ffmpeg && rm -rf /var/lib/apt/lists/*
66
+ pip install "numpy<2"
67
pip install pyzmq==23.2.1
68
pip install nbconvert ipython
69
pip install "pyworld<=0.2.12" espnet espnet-model-zoo pydub
0 commit comments