Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
shenzhen
/
dify-sandbox
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fix: remove numpy
Yeuoly
hace 1 año
padre
b564037413
commit
f09a52d36c
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
0
1
internal/core/runner/python/dependencies/math.go
+ 0
- 1
internal/core/runner/python/dependencies/math.go
Ver fichero
@@ -1,5 +1,4 @@
package dependencies
func init() {
- SetupDependency("numpy", "", "import numpy")
}