Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
shenzhen
/
dify-sandbox
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: remove numpy
Yeuoly
1 year ago
parent
b564037413
commit
f09a52d36c
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
internal/core/runner/python/dependencies/math.go
+ 0
- 1
internal/core/runner/python/dependencies/math.go
View File
@@ -1,5 +1,4 @@
package dependencies
func init() {
- SetupDependency("numpy", "", "import numpy")
}