You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have tried to install the latest versions of the dependencies as much as possible and that has worked.
Do you think we should define a lower bound for them ?
In my opinion, if the error is directly related to having some older but, in theory, allowed versions installed, the version requirements should be specified in the toml file. The errors are coming from here:
This is a piece of terratorch code calling directly some timm functionality, which apparently doesn't exist for older versions. Therefore, in my opinion, this should be clear in the toml file.
Some tests are failing with the error:
if using older versions of timm (
0.9.7
fails while1.0.15
works, for example) but no versions of timm are specified onpyproject.toml
file.The text was updated successfully, but these errors were encountered: