From 4b436275a22900bf4daaa2eab327cbdbab76b801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 4 Oct 2024 18:45:44 +0200 Subject: [PATCH] FAQ --- web/faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/faq.html b/web/faq.html index b1e6752..ee5be11 100644 --- a/web/faq.html +++ b/web/faq.html @@ -1,6 +1,6 @@
Which Python version is this for?
    Everything should work in the latest Python version, which is 3.12. Every feature that requires version higher than 3.9 has that mentioned in comments or brackets. There are only two such features, both requiring 3.10.

-    As of 12th March 2024, the only libraries whose latest version requires Python version higher than 3.8 are: numpy, pandas and matplotlib. They all require Python 3.9. This cheatsheet covers numpy version numpy 2.0 (or higher) that was released on 16th June, 2024 pandas version 2.0 (or higher) that was released on 3rd April 2023. +    As of 12th March 2024, the only libraries whose latest version requires Python version higher than 3.8 are: numpy, pandas and matplotlib. They all require Python 3.9. This cheatsheet covers numpy version 2.0 (or higher) that was released on 16th June, 2024 and pandas version 2.0 (or higher) that was released on 3rd April 2023.

How to use it?