diff --git a/requirements/dev.txt b/requirements/dev.txt index deb4a4268..401ad3973 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -18,7 +18,7 @@ nbconvert>=6.0.7, <8.0.0 # for notebook tests ipywidgets>=7.6.5, <9.0.0 # for notebook tests alibi-testing @ git+https://github.com/SeldonIO/alibi-testing@master#egg=alibi-testing # pre-trained models for testing # other -pre-commit>=1.20.0, <4.0.0 +pre-commit>=1.20.0, <5.0.0 tox>=3.21.0, <5.0.0 # used to generate licence info via `make licenses` twine>3.2.0, <5.0.0 packaging>=19.0, <26.0 # Used to check scipy version for CVMDrift test. Can be removed once python 3.6 support dropped (and scipy lower bound >=1.7.0).