From f12f80069f0dd1d9c47d6b4b7216b2bb3008ecd2 Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Tue, 11 Jun 2024 15:51:04 +0100 Subject: [PATCH] fix version in file --- txpipe-dev/Dockerfile | 2 +- txpipe-dev/conda-extras.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/txpipe-dev/Dockerfile b/txpipe-dev/Dockerfile index a1af12b..f46a523 100644 --- a/txpipe-dev/Dockerfile +++ b/txpipe-dev/Dockerfile @@ -46,7 +46,7 @@ RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/T && cd TXPipe \ && sed 's/mpich=.*/mpich=4.0.*=external_*/' environment-nopip.yml > environment-nopip2.yml \ && cat environment-nopip2.yml \ - && mamba env create --name tx python=3.12 --file environment-nopip2.yml --file ../conda-extras.yml \ + && mamba env create --name tx --file environment-nopip2.yml --file ../conda-extras.yml \ && mamba env update --name tx --file environment-piponly.yml \ && cd .. \ && rm -rf TXPipe diff --git a/txpipe-dev/conda-extras.yml b/txpipe-dev/conda-extras.yml index 5d24df8..3711232 100644 --- a/txpipe-dev/conda-extras.yml +++ b/txpipe-dev/conda-extras.yml @@ -5,6 +5,8 @@ dependencies: - qp - cython - nbconvert + # rail requires 3.12 + - python=3.12.* - ipykernel - lsstdesc-gcr-catalogs - compilers