Skip to content

Commit

Permalink
more forcing
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jul 15, 2024
1 parent 7ff50c6 commit 6694684
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions txpipe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER [email protected]
# conda dependencies. As much as possible goes in here!
# should we be pinning versions?
RUN mamba install -c conda-forge -y \
scipy=1.8.0 \
scipy=1.9.0 \
matplotlib=3.5.1 \
psutil \
"numpy=1.23.*" \
Expand Down Expand Up @@ -64,7 +64,9 @@ RUN pip install "ceci>=1.17" \
"pz-rail-sklearn==0.0.1" \
"pz-rail-som==0.0.2" \
"jax==0.4.14" \
"jaxlib=0.4.14"
"jaxlib==0.4.14" \
"numpy==1.23.*" \
"scipy==1.9.0"

# Force a version of qp that is on pypi but not yet conda
RUN mamba uninstall --force qp && pip install qp-prob==0.8.5
Expand Down

0 comments on commit 6694684

Please sign in to comment.