Browse Source

fix: remove numpy

Yeuoly 1 year ago
parent
commit
f09a52d36c
1 changed files with 0 additions and 1 deletions
  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")
 }