Skip to content

Commit f0069d4

Browse files
authored
Bug fix: Use older Kaggle API
Kaggle API 1.7 breaks the scraper, so we downgrade the requirements.txt file to force the old version
1 parent 0d0806b commit f0069d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kaggle>=1.6
1+
kaggle>=1.6,<1.7
22
numpy>=1.2
33
requests-cache>=1.2.1
44
pygithub>=2.4.0

0 commit comments

Comments
 (0)