@@ -49,7 +49,7 @@ let package = Package(
4949 . package ( url: " https://github.com/gonzalezreal/swift-markdown-ui " , from: " 2.1.0 " ) ,
5050 . package ( url: " https://github.com/sparkle-project/Sparkle " , from: " 2.0.0 " ) ,
5151 . package ( url: " https://github.com/kishikawakatsumi/KeychainAccess " , from: " 4.2.2 " ) ,
52- . package ( url: " https://github.com/pvieito/PythonKit.git " , branch: " master " ) ,
52+ // .package(url: "https://github.com/pvieito/PythonKit.git", branch: "master"),
5353 . package ( url: " https://github.com/pointfreeco/swift-parsing " , from: " 0.12.1 " ) ,
5454 . package (
5555 url: " https://github.com/pointfreeco/swift-composable-architecture " ,
@@ -89,11 +89,11 @@ let package = Package(
8989 " UserDefaultsObserver " ,
9090 " ChatTab " ,
9191 . product( name: " Logger " , package : " Tool " ) ,
92- . product( name: " PythonHelper " , package : " Tool " ) ,
92+ // .product(name: "PythonHelper", package: "Tool"),
9393 . product( name: " OpenAIService " , package : " Tool " ) ,
9494 . product( name: " Preferences " , package : " Tool " ) ,
9595 . product( name: " AsyncAlgorithms " , package : " swift-async-algorithms " ) ,
96- . product( name: " PythonKit " , package : " PythonKit " ) ,
96+ // .product(name: "PythonKit", package: "PythonKit"),
9797 ]
9898 ) ,
9999 . testTarget(
@@ -206,7 +206,7 @@ let package = Package(
206206 " Environment " ,
207207 . product( name: " OpenAIService " , package : " Tool " ) ,
208208 . product( name: " Terminal " , package : " Tool " ) ,
209- . product( name: " PythonKit " , package : " PythonKit " ) ,
209+ // .product(name: "PythonKit", package: "PythonKit"),
210210 ]
211211 ) ,
212212 . target(
@@ -335,7 +335,7 @@ let package = Package(
335335 " ChatPlugin " ,
336336 . product( name: " OpenAIService " , package : " Tool " ) ,
337337 . product( name: " LangChain " , package : " Tool " ) ,
338- . product( name: " PythonKit " , package : " PythonKit " ) ,
338+ // .product(name: "PythonKit", package: "PythonKit"),
339339 ] ,
340340 path: " Sources/ChatPlugins/MathChatPlugin "
341341 ) ,
0 commit comments