icefall/requirements-ci.txt
zr_jin 30098827d9 init commit
minor simplifications
2024-10-22 14:49:25 +08:00

19 lines
530 B
Plaintext

# Usage: grep -v '^#' requirements-ci.txt | xargs -n 1 -L 1 pip install
# dependencies for GitHub actions
#
# See https://github.com/actions/setup-python#caching-packages-dependencies
# numpy 1.20.x does not support python 3.6
numpy==1.19
pytest==7.1.0
graphviz==0.19.1
-f https://download.pytorch.org/whl/cpu/torch_stable.html torch==1.13.1+cpu
-f https://download.pytorch.org/whl/cpu/torch_stable.html torchaudio==0.13.1+cpu
six
git+https://github.com/lhotse-speech/lhotse
tensorboard==2.8.0
typeguard==2.13.3
black==22.3.0