Skip to content

Commit

Permalink
chore: fixed missing mispell in a package name
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Sep 24, 2024
1 parent 3b8a2f0 commit 61c95dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The aliases was originally deprecated in NumPy 1.20; for more details and guidan
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations. Did you mean: 'cfloat'?
```

It is highly due to a mismatch between the `numpy` and `transformd3d` versions in your system.
The simplest solution would be to upgrade `transformd3d` with `pip install transforms3d --upgrade`. Alternatively, the use can downgrade his version of `numpy` but doing so is more likely to incur on other issues.
It is highly due to a mismatch between the `numpy` and `transforms3d` versions in your system.
The simplest solution would be to upgrade `transforms3d` with `pip install transforms3d --upgrade`. Alternatively, the use can downgrade his version of `numpy` but doing so is more likely to incur on other issues.

At the time of writing this page, compatible versions are `numpy==1.26.4` and `transforms3d==0.4.2`

0 comments on commit 61c95dd

Please sign in to comment.