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
× No solution found when resolving dependencies:
╰─▶ Because jupyter-cadquery==3.5.2 has invalid metadata and you require jupyter-cadquery==3.5.2, we can conclude that your requirements are
unsatisfiable.
hint: Metadata for jupyter-cadquery==3.5.2 could not be parsed:
expected version to start with a number, but no leading ASCII digits were found
cadquery (==master) ; extra == 'prod'
^^^^^^^^
I propose that the best solution is switching to the now-recommended pyproject.toml config (instead of setup.py). I suspect the issue will get fixed just by doing that. It seems like you did that already on your vscode-ocp-cad-viewer project.
If I submit a PR that does this migration, would you be willing to accept it and tag a new release?
The text was updated successfully, but these errors were encountered:
I propose that the best solution is switching to the now-recommended pyproject.toml config (instead of setup.py). I suspect the issue will get fixed just by doing that. It seems like you did that already on your vscode-ocp-cad-viewer project.
If I submit a PR that does this migration, would you be willing to accept it and tag a new release?
The text was updated successfully, but these errors were encountered: