Skip to content

Commit 671fc0b

Browse files
committed
add pandas
1 parent d8a37c6 commit 671fc0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

k8/images/prophet/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
2020
pip install \
2121
pytest \
2222
numpy \
23+
pandas \
2324
pytest-custom_exit_code
2425

2526
RUN --mount=type=cache,target=/root/.cache/pip \

k8/images/prophet/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2
1+
1.3.3

0 commit comments

Comments
 (0)