diff --git a/paddle/scripts/conda_build.py b/paddle/scripts/conda_build.py index b3956705db48b74b3b94f563a14472e0b2adf82f..05c988211b1d255b88b9d25d2e6ad3acb6300c42 100644 --- a/paddle/scripts/conda_build.py +++ b/paddle/scripts/conda_build.py @@ -116,7 +116,7 @@ python setup.py install """ self.cuda100 = r""" - cudatoolkit>=10.0, <10.1 - - cudnn>=7.3, <7.4 + - cudnn>=7.6, <7.7 """ self.cuda_info = [(self.cuda90, "cuda9.0", ".post97"), (self.cuda100, "cuda10.0", ".post107")]