Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
shenzhen
/
dify-sandbox
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
fix: remove numpy
Yeuoly
1 vuosi sitten
vanhempi
b564037413
commit
f09a52d36c
1 muutettua tiedostoa
jossa
0 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
0
1
internal/core/runner/python/dependencies/math.go
+ 0
- 1
internal/core/runner/python/dependencies/math.go
Näytä tiedosto
@@ -1,5 +1,4 @@
package dependencies
func init() {
- SetupDependency("numpy", "", "import numpy")
}