- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 352
 
feat: Optional imports #420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
| 
           @guillemc23 Many thanks for the PR. One minor change: please revert the hardcoded version change   | 
    
| 
           @giswqs okay! I wasn't sure what to do with it, I'll put it back to how it was. I reverted the version both in the   | 
    
| 
           Thank you @giswqs! Also... we might want to add   | 
    
Added optional imports, so that the package can be imported in multiple ways without the need to pull all dependencies.
FastSAM is not working because the versions pinned on the package are too old and are not properly loading the model after
torch>2.6.0, I will take a look at that package. I believe we should pin all required versions in this package as well to prevent these kind of errors in the future.