Skip to content

Commit

Permalink
Merge pull request #2051 from Trusted-AI/dependabot/pip/tqdm-4.65.0
Browse files Browse the repository at this point in the history
Bump tqdm from 4.64.1 to 4.65.0
  • Loading branch information
beat-buesser authored Mar 13, 2023
2 parents 5f97047 + 61d5a7e commit 18bc68e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-lingvo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
sudo apt-get update
sudo apt-get -y -q install ffmpeg libavcodec-extra
python -m pip install --upgrade pip setuptools wheel
pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d;/^requests/d;/^tensorflow/d;/^keras/d;/^kornia/d;/^librosa/d' requirements_test.txt)
pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d;/^requests/d;/^tensorflow/d;/^keras/d;/^kornia/d;/^librosa/d;/^tqdm/d' requirements_test.txt)
pip install scipy==1.5.4
pip install matplotlib==3.3.4
pip install pandas==1.1.5
Expand All @@ -74,6 +74,7 @@ jobs:
pip install requests==2.27.1
pip install kornia==0.6.8
pip install librosa==0.9.2
pip install tqdm==4.64.1
pip list
- name: Run ${{ matrix.name }} Tests
run: ./run_tests.sh ${{ matrix.framework }}
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ matplotlib==3.7.1
scikit-learn>=0.22.2,<1.2.0
six==1.16.0
Pillow==9.4.0
tqdm==4.64.1
tqdm==4.65.0
statsmodels==0.13.5
pydub==0.25.1
resampy==0.4.2
Expand Down

0 comments on commit 18bc68e

Please sign in to comment.