diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index 733a46c..4b0c7d4 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -75,9 +75,6 @@ umask 002 # xref: https://github.com/conda-forge/libxml2-feedstock/issues/145 echo 'libxml2<2.14.0' >> /opt/conda/conda-meta/pinned -# Pin openssl to workaround install timeouts issue -echo 'openssl<3.5.3' >> /opt/conda/conda-meta/pinned - # update everything before other environment changes, to ensure mixing # an older conda with newer packages still works well rapids-mamba-retry update --all -y -n base