diff --git a/setup.py b/setup.py index a94690c50..8e0d42e3f 100644 --- a/setup.py +++ b/setup.py @@ -22,14 +22,14 @@ def readme(): "tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.15.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387 ], "keops": [ - "pykeops>=2.0.0, <2.2.0", + "pykeops>=2.0.0, <2.3.0", "torch>=1.7.0, <3.0.0" ], "all": [ "prophet>=1.1.0, <2.0.0", "tensorflow_probability>=0.8.0, <0.23.0", "tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.15.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387 - "pykeops>=2.0.0, <2.2.0", + "pykeops>=2.0.0, <2.3.0", "torch>=1.7.0, <3.0.0" ], }