From 02cbac6592506a547117b2daa3f05847d16fe063 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 29 Nov 2023 19:35:38 +1100 Subject: [PATCH] Update installation instructions to remove incompatibility of JAX on Windows --- docs/source/installation.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/installation.md b/docs/source/installation.md index 4a14ddf469..fe168d9c8c 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -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). @@ -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.