Skip to content

Commit b7d51e9

Browse files
committed
no-binary test
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent f9d7e90 commit b7d51e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/infra/feature_servers/multicloud/offline/Dockerfile.builder.arrow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ RUN export \
101101
rm -rf ${APP_ROOT}/src/arrow-build ${APP_ROOT}/src/arrow ${APP_ROOT}/arrow-dist
102102

103103
# a higher numpy was required for the pyarrow wheel build, but the pyarrow module itself can run w/ a lesser version, "numpy>=1.16.6".
104-
# feast requires "numpy<2", so here we install numpy 1.x, as well as "typing-extensions" which will be needed for ibis build.
104+
# feast requires "numpy<2", so here we install numpy 1.x, as well as some other packages which will be needed for the feast build.
105105
RUN source /tmp/cachi2.env && \
106106
pip install --no-binary :all: \
107107
"numpy<2" \

0 commit comments

Comments
 (0)