Skip to content

Commit

Permalink
Merge pull request #8 from ZendarInc/is/use-right-pdm
Browse files Browse the repository at this point in the history
BUGFIX: use correct pdm
  • Loading branch information
ishivvers authored Feb 2, 2024
2 parents b3ee0a3 + 9140780 commit 7af868f
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 205 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Here at Zendar, we rely on a fork of this repo.

If you need to update this code, the steps to do so are:
1. make the code changes required, here in `ZendarInc/torchsparse`
1. **note:** if any python dependencies were updated, ensure that you update
the `pyproject.toml` and `pdm.lock` file correctly,
_using the same PDM version as our CI runners_. (see `.github/workflows/post-commit.yaml`
for reference.)
the version of PDM used here likely does not match that used in other
repositories, like `RadarProcessor`
1. increment the `torchsparse/version.py` appropriately
1. merge those changes into `zendar-main`
1. in the RadarProcessor repo, update the `pyproject.toml` file appropriately
Expand Down
Loading

0 comments on commit 7af868f

Please sign in to comment.