Przeglądaj źródła

fix: remove numpy

Yeuoly 1 rok temu
rodzic
commit
f09a52d36c
1 zmienionych plików z 0 dodań i 1 usunięć
  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")
 }