File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2500,3 +2500,12 @@ description = Backport of pathlib-compatible object wrapper for zip files
2500
2500
[z3-solver]
2501
2501
description = an efficient SMT solver library
2502
2502
2503
+ [umap-learn]
2504
+ description = Uniform Manifold Approximation and Projection
2505
+
2506
+ [tensorboard-plugin-wit]
2507
+ description = What-If Tool TensorBoard plugin.
2508
+
2509
+ [tbb]
2510
+ description = Intel(R) Threading Building Blocks
2511
+
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def get_official_description(name):
56
56
return ''
57
57
try :
58
58
# .run work when .popen fils when no internet
59
- pip_res = (utils .exec_run_cmd (pip_ask , dir_path )+ '\n ' ).splitlines ()
59
+ pip_res = (utils .exec_run_cmd (pip_ask )+ '\n ' ).splitlines ()
60
60
pip_filter = [l for l in pip_res if this + " (" ==
61
61
normalize (l [:this_len ])+ l [this_len :this_len + 2 ]]
62
62
pip_desc = (pip_filter [0 ][len (this )+ 1 :]).split (" - " , 1 )[1 ]
You can’t perform that action at this time.
0 commit comments