Skip to content

Commit 5d80d95

Browse files
committed
Reorder compatibility items in README, it was breaking github rendering
1 parent f664f22 commit 5d80d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ GraalPy is ready for production running pure Python code and has experimental su
1919
**Compatible with the Python ecosystem**
2020

2121
* Use almost any standard Python feature, the CPython tests run on every commit and pass ~85%
22+
* See if the packages you need work according to our [Python Compatibility Checker](https://www.graalvm.org/python/compatibility/)
23+
* Support for native extension modules is considered experimental, but you can already install [packages](docs/user/Python-Runtime.md#installing-packages) like *NumPy*, *PyTorch*, or *Tensorflow*; run [Hugging Face](https://huggingface.co/) models like *Stable Diffusion* or *GPT*
2224
![](docs/user/assets/mcd.svg#gh-light-mode-only)![](docs/user/assets/mcd-dark.svg#gh-dark-mode-only)<sup>
2325
We run the tests of the [most depended on PyPI packages](https://libraries.io/pypi) every day.
2426
For 96% of those packages a recent version can be installed on GraalPy and GraalPy passes about 50% of all tests of all packages combined.
2527
We assume that CPython not passing 100% of all tests is due to problems in our infrastructure that may also affect GraalPy.
2628
Packages where CPython fails all tests are marked as "not tested" for both CPython and GraalPy.
2729
</sup>
28-
* See if the packages you need work according to our [Python Compatibility Checker](https://www.graalvm.org/python/compatibility/)
29-
* Support for native extension modules is considered experimental, but you can already install [packages](docs/user/Python-Runtime.md#installing-packages) like *NumPy*, *PyTorch*, or *Tensorflow*; run [Hugging Face](https://huggingface.co/) models like *Stable Diffusion* or *GPT*
3030

3131
**Runs Python code faster**
3232

0 commit comments

Comments
 (0)