| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fc61d5c commit 78aaa43
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,11 +26,22 @@ dipy | |||
| 26 | 26 | docker | |
| 27 | 27 | easyocr | |
| 28 | 28 | emoji | |
| 29 | + # TODO: b/545164527 - unpin once fastai supports fastcore v2. | ||
| 30 | + # fastcore v2 removed L.starmap, breaking fastai's Optimizer.set_hypers: | ||
| 31 | + # https://github.com/fastai/fastai/issues/4154 | ||
| 32 | + # Pinned here rather than on a direct dep because nbdev, execnb, ghapi, fastgit | ||
| 33 | + # and fastspec all pull fastcore uncapped; only constraining fastcore itself | ||
| 34 | + # makes the resolver backtrack all of them. | ||
| 35 | + fastcore<2 | ||
| 29 | 36 | fasttext | |
| 30 | 37 | featuretools | |
| 31 | 38 | fiona | |
| 32 | 39 | flax | |
| 33 | - fury | ||
| 40 | + # TODO: b/545164527 - unpin once dipy ships its fury<2.0 cap. | ||
| 41 | + # fury 2.0 swapped VTK for pygfx/wgpu, breaking `from dipy.viz import window`. | ||
| 42 | + # dipy requires fury uncapped; fix is merged upstream but unreleased: | ||
| 43 | + # https://github.com/dipy/dipy/issues/3978 | ||
| 44 | + fury<2 | ||
| 34 | 45 | fuzzywuzzy | |
| 35 | 46 | geojson | |
| 36 | 47 | gensim | |
| Back | FazBrowse Home | New Git URL |
0 commit comments