File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,17 @@ To try it, you can use the bundled releases from
14
14
some examples of what you can do with it, check out the
15
15
[ reference] ( https://www.graalvm.org/docs/reference-manual/languages/python/ ) .
16
16
17
+ ##### Extension modules
18
+
19
+ Support for more extension modules is high priority for us. We are actively
20
+ building out our support for the Python C API to make extensions such as NumPy,
21
+ SciPy, Scikit-learn, Tensorflow and the like work. This work means that some
22
+ other extensions might also already work, but we're not actively testing other
23
+ extensions right now and cannot promise anything. Note that to try extensions on
24
+ this implementation, you have to download, build, and install them manually for
25
+ now. To do so, we recommend LLVM 6. Other versions might also work, but this
26
+ version is what we're testing with in our CI.
27
+
17
28
### Licensing
18
29
19
30
This Graal/Truffle-based implementation of Python is copyright (c) 2017, 2018
You can’t perform that action at this time.
0 commit comments