Explorar el Código

fix: remove numpy

Yeuoly hace 1 año
padre
commit
f09a52d36c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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")
 }