Skip to content

Commit af5f317

Browse files
author
Beat Buesser
committed
Relax requirements
Signed-off-by: Beat Buesser <[email protected]>
1 parent 2487e3c commit af5f317

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ catboost==0.24.1
2828
GPy==1.9.9
2929
lightgbm==3.0.0
3030
xgboost==1.3.1
31-
kornia==0.4.0
31+
kornia~=0.4.0
3232

3333
# Lingvo ASR dependencies
3434
# supported versions: (lingvo==0.6.4 with tensorflow-gpu==2.1.0)
@@ -37,12 +37,12 @@ kornia==0.4.0
3737
#lingvo==0.6.4
3838

3939
# other
40-
pytest==5.4.1
41-
pytest-pep8==1.0.6
42-
pytest-mock==3.3.1
43-
pytest-cov==2.10.1
44-
codecov==2.1.9
45-
requests==2.24.0
40+
pytest~=5.4.1
41+
pytest-pep8~=1.0.6
42+
pytest-mock~=3.3.1
43+
pytest-cov~=2.10.1
44+
codecov~=2.1.9
45+
requests~=2.24.0
4646

4747

4848

0 commit comments

Comments
 (0)