diff --git a/test.py b/test.py index e49bcff1..eac972c1 100644 --- a/test.py +++ b/test.py @@ -40,7 +40,9 @@ def main(): "tensorflow": ["tensorflow"], "chainer": ["chainer"], "cupy": ["cupy"], - "paddle": ["paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/linux/cpu-mkl/develop.html"], + # switch to stable paddlepaddle, because of https://github.com/PaddlePaddle/Paddle/issues/63927 + # "paddle": ["paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/linux/cpu-mkl/develop.html"], + "paddle": ["paddlepaddle"], "oneflow": ["oneflow==0.9.0"], }