Skip to content

Commit

Permalink
Merge pull request #2355 from Trusted-AI/dependabot/pip/h5py-3.10.0
Browse files Browse the repository at this point in the history
Bump h5py from 3.8.0 to 3.10.0
  • Loading branch information
beat-buesser authored Dec 18, 2023
2 parents b0b18a9 + ef24cec commit 2069fe2
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-tensorflow-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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 '/^pandas/d;/^scipy/d;/^matplotlib/d;/^xgboost/d;/^tensorflow/d;/^keras/d;/^jax/d;/^torch/d;/^Pillow/d' requirements_test.txt)
pip install -q -r <(sed '/^pandas/d;/^scipy/d;/^matplotlib/d;/^xgboost/d;/^tensorflow/d;/^keras/d;/^jax/d;/^torch/d;/^Pillow/d;/^h5py/d' requirements_test.txt)
pip install pandas==1.3.5
pip install scipy==1.7.2
pip install matplotlib==3.5.3
Expand All @@ -61,6 +61,7 @@ jobs:
pip install torchaudio==0.13.1
pip install torchvision==0.14.1+cpu
pip install Pillow==9.5.0
pip install h5py==3.8.0
pip list
- name: Run 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 @@ -17,7 +17,7 @@ librosa==0.10.0.post2
numba~=0.56.4
opencv-python
sortedcontainers==2.4.0
h5py==3.8.0
h5py==3.10.0
multiprocess>=0.70.12

# frameworks
Expand Down

0 comments on commit 2069fe2

Please sign in to comment.