Skip to content

Commit

Permalink
Update installation instructions to remove incompatibility of JAX on …
Browse files Browse the repository at this point in the history
…Windows
  • Loading branch information
jackhenderson101 authored and ricardoV94 committed Nov 29, 2023
1 parent 005ba5f commit 02cbac6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Similarly, to use BlackJAX sampler instead:
conda install blackjax
```

Note that JAX is not directly supported on Windows systems at the moment.

## Nutpie sampling

You can also enable sampling with [nutpie](https://github.com/pymc-devs/nutpie).
Expand All @@ -41,5 +39,3 @@ Nutpie uses numba as the compiler and a sampler written in Rust for faster perfo
```console
conda install -c conda-forge nutpie
```

Unlike JAX, nutpie is directly supported on Windows.

0 comments on commit 02cbac6

Please sign in to comment.