Skip to content

Commit

Permalink
fixed order of numpy install to correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctastad committed Jun 4, 2024
1 parent d045ab2 commit b144a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/stlearn/v0.4.12r1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN apt-get update && apt-get install -y \
RUN pip install --upgrade pip

# Install the stlearn package and python deps
RUN pip install numpy==1.22.4
RUN pip install -U stlearn
RUN pip install numpy==1.22.4

# Modify the source code
RUN sed -i '77s/np.int/np.int64/' /usr/local/lib/python3.8/site-packages/stlearn/tools/microenv/cci/permutation.py
Expand Down

0 comments on commit b144a5a

Please sign in to comment.