Commit 0e6543d
authored
fix: changed fid installation from our fork (#3797)
Description:
- requirements-dev.txt: Unpinned scipy<=1.17.0 and pointed the
pytorch_fid dependency to the project's fork (
pytorch-ignite/pytorch-fid at commit
8287430 ). This fork fixes the compatibility error where pytorch-fid
passed the deprecated disp=False argument to scipy.linalg.sqrtm , which
was
removed in scipy 1.18.0 .
- uv.lock: Updated to lock the new git-sourced dependency version.
Check list:
- [ ] New tests are added (if a new feature is added)
- [ ] New doc strings: description and/or example code are in RST format
- [ ] Documentation is updated (if required)1 parent 8b66f25 commit 0e6543d
2 files changed
Lines changed: 501 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments