From 40b703065089b1f865e9a881dc3b520380b03a73 Mon Sep 17 00:00:00 2001 From: Todor Trundev Date: Wed, 11 Dec 2024 11:43:28 +0200 Subject: [PATCH] Experimental: Update readthedocs installation instructions --- docs/installation.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 706b2df8..e1fed2ae 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -19,10 +19,8 @@ If you are not using Anaconda, you can install ``clifford`` from PyPI using the .. note :: - The 1.3 release and older are not compatible with :mod:`numba` 0.50.0, and emit a - large number of warnings on 0.49.0. To avoid these warnings, install with:: - - pip3 install clifford "numba~=0.48.0" "sparse~=0.9.0" + The currently latest :mod:`numba` 0.60.0 can not be installed under Pythoon 3.13, use 3.12 instead. + Support must be added in :mod:`numba` 0.61.0. Track issue here: https://github.com/numba/numba/issues/9798 If you want the development version of ``clifford`` you can ``pip install`` from the latest master with::