We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738fade commit a0906f3Copy full SHA for a0906f3
Dockerfile.tmpl
@@ -29,7 +29,7 @@ ENV PATH="~/.local/bin:${PATH}"
29
RUN uv pip uninstall --system google-cloud-bigquery-storage
30
31
# b/394382016: sigstore (dependency of kagglehub) requires a prerelease packages, installing separate.
32
-RUN uv pip install --system --force-reinstall --prerelease=allow kagglehub[pandas-datasets,hf-datasets]>=0.3.7
+RUN uv pip install --system --force-reinstall --prerelease=allow kagglehub[pandas-datasets,hf-datasets,signing]>=0.3.9
33
34
# uv cannot install this in requirements.txt without --no-build-isolation
35
# to avoid affecting the larger build, we'll post-install it.
0 commit comments