Skip to content

Commit a7d3128

Browse files
committed
Updated path to framework.
1 parent 06f53ec commit a7d3128

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DemoApp/SwiftPythonDemoApp/SwiftPythonDemoApp/Resources/MyPythonModule.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import numpy as np
2+
import matplotlib
13
def say_hello(text):
24
string = f"PythonModule says 1 \"{text}\""
35
print(string)

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ let package = Package(
3939
),
4040
.binaryTarget(
4141
name: "PythonFramework",
42-
url: "https://github.com/RealLast/SwiftPython/releases/download/v0.0.1/Python.xcframework.zip",
43-
checksum: "f94956cdfab8002a7db9c0e398f1268fb9f1002e74d717290982a5055f78ecf6"
42+
url: "https://github.com/RealLast/SwiftPython/releases/download/v0.9/Python.xcframework.zip",
43+
checksum: "dadedc75985f60f803fa0077ed26bb15ca102de6c8628163735a83a57ef95839"
4444
),
4545
]
4646
)

0 commit comments

Comments
 (0)