You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-21
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ the Python 3 scripts (bin) and site_packages directories are included in your PA
83
83
84
84
### Dependencies
85
85
86
-
PyMandel is compatible with Python >=3.9 <=3.12. **NB:** PyMandel does not currently support Python 3.13 due to the dependent `numba` library.
86
+
PyMandel is compatible with Python 3.9 - 3.13.
87
87
88
88
On Windows and MacOS, pip, tkinter and the necessary imaging libraries are generally packaged with Python. On some Linux distributions like Ubuntu 18+ and Raspberry Pi OS, they may need to be installed separately, e.g.:
The application makes use of [Numba](http://numba.pydata.org/) just in time (jit) compilation, caching and parallelisation techniques, in conjunction with Numpy image arrays, to dramatically improve calculation and rendering times relative to standard Python, particularly on multi-core CPUs.
@@ -806,7 +807,7 @@ the Python 3 scripts (bin) and site_packages directories are included in your PA
806
807
807
808
### Dependencies
808
809
809
-
PyMandel is compatible with Python >=3.9 <=3.12. **NB:** PyMandel does not currently support Python 3.13 due to the dependent `numba` library.
810
+
PyMandel is compatible with Python 3.9 - 3.13.
810
811
811
812
On Windows and MacOS, pip, tkinter and the necessary imaging libraries are generally packaged with Python. On some Linux distributions like Ubuntu 18+ and Raspberry Pi OS, they may need to be installed separately, e.g.:
The application makes use of [Numba](http://numba.pydata.org/) just in time (jit) compilation, caching and parallelisation techniques, in conjunction with Numpy image arrays, to dramatically improve calculation and rendering times relative to standard Python, particularly on multi-core CPUs.
0 commit comments