Skip to content

Commit 926f9fa

Browse files
authored
Merge pull request #2385 from Trusted-AI/dependabot/pip/kornia-approx-eq-0.7.1
Update kornia requirement from ~=0.6.12 to ~=0.7.1
2 parents 5ac3ade + 90e8bc2 commit 926f9fa

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;/^h5py/d;/^scikit-learn/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;/^kornia/d;/^scikit-learn/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
@@ -62,6 +62,7 @@ jobs:
6262
pip install torchvision==0.14.1+cpu
6363
pip install Pillow==9.5.0
6464
pip install h5py==3.8.0
65+
pip install kornia==0.6.12
6566
pip install scikit-learn==1.0.2
6667
pip list
6768
- name: Run Tests

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GPy==1.10.0
4343
lightgbm==4.1.0
4444
xgboost==2.0.2
4545

46-
kornia~=0.6.12
46+
kornia~=0.7.1
4747
tensorboardX==2.6.2.2
4848
lief==0.12.3
4949
jax[cpu]==0.4.23

0 commit comments

Comments
 (0)