ソースを参照

fix: remove numpy

Yeuoly 1 年間 前
コミット
f09a52d36c
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      internal/core/runner/python/dependencies/math.go

+ 0 - 1
internal/core/runner/python/dependencies/math.go

@@ -1,5 +1,4 @@
 package dependencies
 
 func init() {
-	SetupDependency("numpy", "", "import numpy")
 }