Is it possible to relax the version requirement? for example, >=0.6.13
C:\StableDiffusion\Data\Packages\ComfyUI\venv\Scripts> pipdeptree -r -p timm
Warning!!! Possibly conflicting dependencies found:
* image-reward==1.5
- timm [required: ==0.6.13, installed: 0.9.16]
* matrix-client==0.4.0
- urllib3 [required: ~=1.21, installed: 2.2.2]
------------------------------------------------------------------------
timm==0.9.16
├── deepseek_vl==1.0.0 [requires: timm>=0.9.16]
├── image-reward==1.5 [requires: timm==0.6.13]
└── open_clip_torch==2.26.1 [requires: timm]
└── clip-interrogator==0.6.0 [requires: open_clip_torch]
Is it possible to relax the version requirement? for example, >=0.6.13