luca-medeiros / lang-segment-anything

SAM with text prompt
Apache License 2.0
1.53k stars 167 forks source link

Update pyproject.toml #41

Closed dolhasz closed 10 months ago

dolhasz commented 10 months ago

Newer versions of poetry seem to complain if this is not a URI

Fixes #42

pip install git+https://github.com/luca-medeiros/lang-segment-anything.git

...

RuntimeError: The Poetry configuration is invalid:                                                                                                                                                           
        - data.documentation must be uri  

Describe your changes and approach used

Fixes #ISSUE-NUMBER

Checklist before requesting a review