Skip to content

Commit

Permalink
allow older h5py
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jul 23, 2024
1 parent 5111171 commit 46cf0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txpipe-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV RAIL_TAG_FOR_DEPENDENCIES=v1.0.0
# follow the RAIL instructions. Instead we put the RAIL deps into the conda-extras.yml
RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/TXPipe \
&& cd TXPipe \
&& sed 's/mpich=.*/mpich='${TX_MPI_VERSION}'=external_*/' environment-nopip.yml | sed 's/h5py=3.1.*/h5py=*/' > environment-nopip2.yml \
&& sed 's/mpich=.*/mpich='${TX_MPI_VERSION}'=external_*/' environment-nopip.yml | sed 's/h5py=3.1.*/h5py=*=mpi_mpich_*/' > environment-nopip2.yml \
&& echo cat environment-nopip2.yml \
&& cat environment-nopip2.yml \
&& echo cat ../conda-extras.yml \
Expand Down

0 comments on commit 46cf0a1

Please sign in to comment.