Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Registrar
Entrar
shenzhen
/
dify-sandbox
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
fix: remove numpy
Yeuoly
1 ano atrás
pai
b564037413
commit
f09a52d36c
1 arquivos alterados
com
0 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
0
1
internal/core/runner/python/dependencies/math.go
+ 0
- 1
internal/core/runner/python/dependencies/math.go
Ver arquivo
@@ -1,5 +1,4 @@
package dependencies
func init() {
- SetupDependency("numpy", "", "import numpy")
}