Ver código fonte

fix: remove numpy

Yeuoly 1 ano atrás
pai
commit
f09a52d36c
1 arquivos alterados com 0 adições e 1 exclusões
  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")
 }