Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Oct 18, 2024
1 parent 2161c4a commit 2e8ff19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/known_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ Install `baybe` into a clean environment without pre-existing
packages. If you require other packages, try to install `baybe` first.
```

### CPUs without AVX support - Installation of `polars`
### CPUs without AVX support Installation of `polars`
The package `polars` that can be installed as an optional dependency is only supported for
CPUs with AVX support. As a consequence, you might not be able to install the optional dependency.
This is in particular the case for M1 Macs, as these do not offer this support.

```{admonition} Suggested Fix
:class: tip
Instead of `polars`, install `polars-lts-cpu`. BayBE will automatically detect the presence of `polars` and active its advanced machinery. For more details, we refer to the
Instead of `polars`, install `polars-lts-cpu`. BayBE will automatically detect the
presence of `polars` and active its advanced machinery. For more details, we refer to the
[polars installation guide](https://docs.pola.rs/user-guide/installation/).
```

Expand Down

0 comments on commit 2e8ff19

Please sign in to comment.