Skip to content

Commit 2069fe2

Browse files
authored
Merge pull request #2355 from Trusted-AI/dependabot/pip/h5py-3.10.0
Bump h5py from 3.8.0 to 3.10.0
2 parents b0b18a9 + ef24cec commit 2069fe2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-tensorflow-v1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
sudo apt-get update
4949
sudo apt-get -y -q install ffmpeg libavcodec-extra
5050
python -m pip install --upgrade pip setuptools wheel
51-
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)
51+
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)
5252
pip install pandas==1.3.5
5353
pip install scipy==1.7.2
5454
pip install matplotlib==3.5.3
@@ -61,6 +61,7 @@ jobs:
6161
pip install torchaudio==0.13.1
6262
pip install torchvision==0.14.1+cpu
6363
pip install Pillow==9.5.0
64+
pip install h5py==3.8.0
6465
pip list
6566
- name: Run Tests
6667
run: ./run_tests.sh ${{ matrix.framework }}

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ librosa==0.10.0.post2
1717
numba~=0.56.4
1818
opencv-python
1919
sortedcontainers==2.4.0
20-
h5py==3.8.0
20+
h5py==3.10.0
2121
multiprocess>=0.70.12
2222

2323
# frameworks

0 commit comments

Comments
 (0)