Road core service
brew install pdm
pdm --version
– should return no errorgit clone https://github.com/road-core/service
cd service
pdm info
– should return no errortorch==2.6.0+cpu
to torch==2.6.0
in pyproject.toml
(section [project]/dependencies
)pdm install
– if it fails (for example because you ran pdm install
before changing pyproject.toml
) run:
pdm update
pdm install