We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f53ec commit a7d3128Copy full SHA for a7d3128
DemoApp/SwiftPythonDemoApp/SwiftPythonDemoApp/Resources/MyPythonModule.py
@@ -1,3 +1,5 @@
1
+import numpy as np
2
+import matplotlib
3
def say_hello(text):
4
string = f"PythonModule says 1 \"{text}\""
5
print(string)
Package.swift
@@ -39,8 +39,8 @@ let package = Package(
39
),
40
.binaryTarget(
41
name: "PythonFramework",
42
- url: "https://github.com/RealLast/SwiftPython/releases/download/v0.0.1/Python.xcframework.zip",
43
- checksum: "f94956cdfab8002a7db9c0e398f1268fb9f1002e74d717290982a5055f78ecf6"
+ url: "https://github.com/RealLast/SwiftPython/releases/download/v0.9/Python.xcframework.zip",
+ checksum: "dadedc75985f60f803fa0077ed26bb15ca102de6c8628163735a83a57ef95839"
44
45
]
46
)
0 commit comments