Skip to content

Commit aa4797a

Browse files
committed
install unyt and hypothesis
1 parent fdd7c9d commit aa4797a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: k8/images/pyjanitor/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ RUN git clone \
1313
.
1414

1515
RUN --mount=type=cache,target=/root/.cache/pip \
16-
pip install -e .[test]
16+
pip install -e .[all]
1717

1818
RUN --mount=type=cache,target=/root/.cache/pip \
1919
pip install \
20+
unyt \
21+
hypothesis \
2022
pytest-cov \
2123
pytest-custom_exit_code
2224

Diff for: k8/images/pyjanitor/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4
1+
1.0.5

0 commit comments

Comments
 (0)