File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,6 @@ Some rules if you are writing multithreaded code:
1818
1919Related issues: [ #201 ] ( https://github.com/JuliaPy/PythonCall.jl/issues/201 ) , [ #202 ] ( https://github.com/JuliaPy/PythonCall.jl/issues/202 )
2020
21- ## Does it work on Apple silicon (ARM, M1, M2, ...)?
22-
23- Maybe. Your mileage may vary.
24-
25- In general, PythonCall and JuliaCall are only supported on platforms with
26- [ Tier 1] ( https://julialang.org/downloads/#supported_platforms ) level of support by Julia.
27- Currently, Apple silicon is Tier 2, so is not supported.
28-
29- Due to time constraints, issues affecting only unsupported platforms will not be
30- investigated. It is much more likely to be an issue with Julia itself than PythonCall.
31-
3221## Issues when Numpy arrays are expected
3322
3423When a Julia array is passed to Python, it is wrapped as a [ ` ArrayValue ` ] ( #juliacall.ArrayValue ) .
You can’t perform that action at this time.
0 commit comments