Skip to content

Commit 027f53b

Browse files
authored
Exclude kagglehub 1.0.1 due to broken kagglesdk 0.1.24 compatibility (#2747)
1 parent 0c60561 commit 027f53b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"packaging",
3434
"regex",
3535
"rich",
36-
"kagglehub",
36+
"kagglehub!=1.0.1",
3737
"sentencepiece",
3838
"tokenizers",
3939
"tensorflow-text;platform_system != 'Windows'",

requirements-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dm-tree
33
regex
44
rich
5-
kagglehub
5+
kagglehub!=1.0.1
66
tokenizers
77
sentencepiece
88
# Tooling deps.

0 commit comments

Comments
 (0)