Skip to content

Commit

Permalink
pandas ~> 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed May 29, 2023
1 parent 5283c3a commit b570fe1
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 298 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.11

FROM python:$PYTHON_VERSION AS lock
WORKDIR /var/lib/pandas/
RUN pip install pipenv==2023.3.20
RUN pip install pipenv==2023.5.19
RUN pipenv --python $PYTHON_VERSION
COPY Pipfile* ./
RUN pipenv lock
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jupyterlab = "*"
matplotlib = "*"

[packages]
pandas = "==2.0.1"
pandas = "==2.0.2"
Loading

0 comments on commit b570fe1

Please sign in to comment.