Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin keras-cv #1325

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,10 @@ RUN pip install flashtext \
git+https://github.com/Philmod/catalyst.git@fix-fp16#egg=catalyst \
# b/206990323 osmx 1.1.2 requires numpy >= 1.21 which we don't want.
osmnx==1.1.1 \
# Remove once `keras-core` is released as Keras
keras-core \
keras-cv \
# b/312946339 latest version not compatible with our version of keras
keras-cv==0.6.4 \
keras-nlp && \
apt-get -y install libspatialindex-dev

Expand Down