Skip to content

Commit 871d63b

Browse files
authored
Add kagglehub in kaggle_requirements.txt (#1525)
The sigstore version is now longer in pre-release: https://pypi.org/project/sigstore/#history http://b/394382016
1 parent c9a17d3 commit 871d63b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ RUN uv pip install --system -r /requirements.txt
1919
# b/183041606#comment5: the Kaggle data proxy doesn't support these APIs. If the library is missing, it falls back to using a regular BigQuery query to fetch data.
2020
RUN uv pip uninstall --system google-cloud-bigquery-storage
2121

22-
# b/394382016: sigstore (dependency of kagglehub) requires a prerelease packages, installing separate.
23-
RUN uv pip install --system --force-reinstall --prerelease=allow "kagglehub[pandas-datasets,hf-datasets,signing]>=0.3.12"
24-
2522
# uv cannot install this in requirements.txt without --no-build-isolation
2623
# to avoid affecting the larger build, we'll post-install it.
2724
RUN uv pip install --no-build-isolation --system "git+https://github.com/Kaggle/learntools"

kaggle_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jupyterlab
5959
jupyterlab-lsp
6060
kaggle>=1.8.3
6161
kaggle-environments
62+
kagglehub[pandas-datasets,hf-datasets,signing]>=0.4.2
6263
keras-cv
6364
keras-nlp
6465
keras-tuner

0 commit comments

Comments
 (0)