Skip to content

Commit

Permalink
Fix pandas (1.5.2 to 2.2.0) and numpy (2.0.0 to 1.26.4) conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
RickWangPerth committed Jul 16, 2024
1 parent 0aa9142 commit 2292f37
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 83 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ COPY poetry.lock pyproject.toml ./
RUN poetry config virtualenvs.create false \
&& poetry install --no-interaction --no-ansi --only main

# Ensure compatible versions of numpy and pandas
RUN pip install --upgrade numpy pandas

# Create a non-root user.
ARG UID=10001
ARG GID=10001
Expand Down
Loading

0 comments on commit 2292f37

Please sign in to comment.