Browse Source

FAQ

pull/144/merge
Jure Šorn 4 months ago
parent
commit
4b436275a2
1 changed files with 1 additions and 1 deletions
  1. 2
      web/faq.html

2
web/faq.html

@ -1,6 +1,6 @@
<details open><summary><strong>Which Python version is this for?</strong></summary><br>
&nbsp;&nbsp;&nbsp;&nbsp;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.<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;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.
&nbsp;&nbsp;&nbsp;&nbsp;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.
</details><br>
<details open><summary><strong>How to use it?</strong></summary><br>

Loading…
Cancel
Save