Skip to content
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
13 changes: 12 additions & 1 deletion kaggle_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,22 @@ dipy
docker
easyocr
emoji
# TODO: b/545164527 - unpin once fastai supports fastcore v2.
# fastcore v2 removed L.starmap, breaking fastai's Optimizer.set_hypers:
# https://github.com/fastai/fastai/issues/4154
# Pinned here rather than on a direct dep because nbdev, execnb, ghapi, fastgit
# and fastspec all pull fastcore uncapped; only constraining fastcore itself
# makes the resolver backtrack all of them.
fastcore<2
fasttext
featuretools
fiona
flax
fury
# TODO: b/545164527 - unpin once dipy ships its fury<2.0 cap.
# fury 2.0 swapped VTK for pygfx/wgpu, breaking `from dipy.viz import window`.
# dipy requires fury uncapped; fix is merged upstream but unreleased:
# https://github.com/dipy/dipy/issues/3978
fury<2
fuzzywuzzy
geojson
gensim
Expand Down