FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: pin fury<2 and fastcore<2 to unbreak dipy and fastai tests by KeijiBranshi · Pull Request #1556 · Kaggle/docker-python · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .txt  (1) All 1 file type selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
13 changes: 12 additions & 1 deletion kaggle_requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Back | FazBrowse Home | New Git URL