Skip to content

Commit

Permalink
fix version in file
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jun 11, 2024
1 parent af0401b commit f12f800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion txpipe-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions txpipe-dev/conda-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ dependencies:
- qp
- cython
- nbconvert
# rail requires 3.12
- python=3.12.*
- ipykernel
- lsstdesc-gcr-catalogs
- compilers
Expand Down

0 comments on commit f12f800

Please sign in to comment.