add v0.1.1-b20230423-102342
This swift package enables you to use NumPy in your iOS apps.
.package(url: "https://github.com/kewlbear/NumPy-iOS.git", .branch("main"))
import NumPySupport import PythonSupport import PythonKit PythonSupport.initialize() NumPySupport.sitePackageUrl.insertPythonPath() let np = Python.import("numpy") ...
If you want to build XCFrameworks yourself, see https://github.com/kewlbear/kivy-ios.
MIT
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
NumPy-iOS
This swift package enables you to use NumPy in your iOS apps.
Installation
Usage
If you want to build XCFrameworks yourself, see https://github.com/kewlbear/kivy-ios.
License
MIT