Skip to content

Commit

Permalink
feat(pip): mrob >=0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pmokeev committed Apr 14, 2024
1 parent bc8ffba commit 857eaa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ To use this library you need to:
pip install sova
```
If you want to use `MROBBackend` robust optimisations, you have to install mrob library manually:
1. Download [wheels from source](https://drive.google.com/file/d/1rUdbybNvHx80ykr62aceAcBIPtlntWIz/view?usp=sharing)
1. Download [wheel from source](https://drive.google.com/file/d/1rUdbybNvHx80ykr62aceAcBIPtlntWIz/view?usp=sharing)
2. Install mrob from wheels
```bash
python -m pip install mrob --no-index --find-links ... --force-reinstall
python -m pip install mrob --no-index --find-links wheel/ --force-reinstall
```

Now you have everything you need to run your voxel-based pipeline.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude = ["tests"]

[tool.poetry.dependencies]
python = "3.10.*"
mrob = "0.0.12"
mrob = "^0.0.12"
numpy = "^1.26.0"
open3d = "^0.17.0"
octreelib = "^0.0.6"
Expand Down

0 comments on commit 857eaa2

Please sign in to comment.