We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292207a commit 6b02d54Copy full SHA for 6b02d54
Dockerfile
@@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.11
2
3
FROM python:$PYTHON_VERSION AS lock
4
WORKDIR /var/lib/pandas/
5
-RUN pip install pipenv==2022.9.24
+RUN pip install pipenv==2022.12.19
6
RUN pipenv --python $PYTHON_VERSION
7
COPY Pipfile* ./
8
RUN pipenv lock
Pipfile
@@ -9,4 +9,4 @@ jupyterlab = "*"
9
matplotlib = "*"
10
11
[packages]
12
-pandas = "==1.5.2"
+pandas = "==1.5.3"
0 commit comments