Skip to content

Commit 2259df2

Browse files
Also include hypothesis
1 parent f6d8d8a commit 2259df2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

k8/images/pandas/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN git clone \
2626
RUN --mount=type=cache,target=/root/.cache/pip \
2727
pip install \
2828
pytest \
29+
hypothesis \
2930
setuptools \
3031
numpy \
3132
python-dateutil \

k8/images/pandas/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0-1
1+
1.1.0-2

0 commit comments

Comments
 (0)