build: use PyPI nvidia-physicsnemo instead of git source#899
Conversation
Greptile SummaryDrops the temporary git-source override for
|
| Filename | Overview |
|---|---|
| pyproject.toml | Removes the git source override for nvidia-physicsnemo (pointing to pre-release commit 369a1578) and its accompanying TODO comment, allowing the package to resolve from PyPI. |
| uv.lock | Lock file regenerated: nvidia-physicsnemo moves from git-sourced 2.1.0a0 to PyPI 2.1.0; also picks up gitpython 3.1.50, urllib3 2.7.0, and warp-lang 1.14.0 as transitive bumps. |
Reviews (1): Last reviewed commit: "build: use PyPI nvidia-physicsnemo inste..." | Re-trigger Greptile
|
/blossom-ci |
Remove the git source override for nvidia-physicsnemo in pyproject.toml, allowing the package to be installed from PyPI using the version constraints defined in optional dependencies.
Changes