Skip to content
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

Update pyproject.toml #41

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Update pyproject.toml #41

merged 2 commits into from
Nov 1, 2023

Conversation

dolhasz
Copy link
Contributor

@dolhasz dolhasz commented Oct 31, 2023

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

  • I have performed a self-review of my code.
  • I have performed linting on my code.
  • I have linked the related issue.
  • The code is documented accordingly.
  • If it is a core feature, I have added thorough tests.

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

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

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

```
pyproject.toml Outdated Show resolved Hide resolved
Copy link
Owner

@luca-medeiros luca-medeiros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, thanks for the PR

@luca-medeiros luca-medeiros merged commit 134a48a into luca-medeiros:main Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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