google / uis-rnn

This is the library for the Unbounded Interleaved-State Recurrent Neural Network (UIS-RNN) algorithm, corresponding to the paper Fully Supervised Speaker Diarization.
https://arxiv.org/abs/1810.04719
Apache License 2.0
1.55k stars 319 forks source link

update requirements.txt for run_tests.sh dependencies #92

Closed siddheshtv closed 1 month ago

siddheshtv commented 1 month ago

added codecov==2.1.13 and coverage==7.6.0 which were not present in order to run test script: run_tests.sh

google-cla[bot] commented 1 month ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

wq2012 commented 1 month ago

Isn't it already here: https://github.com/google/uis-rnn/blob/master/.github/workflows/pythonapp.yml

siddheshtv commented 1 month ago

Oh yes! I didn't check the workflows. However if it's okay, maybe just keep it in reqs.txt as well. Since I directly cloned the repo and ran reqs.txt so it could be anybody.