replit / upm

⠕ Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.
https://repl.it
Other
1.05k stars 89 forks source link

bug/better tensorflow recommendations #239

Closed blast-hardcheese closed 6 months ago

blast-hardcheese commented 6 months ago

Why

Follow-up to #238, tweak guess and search results to favor tensorflow instead of auxiliary packages. If users want those packages, they're more than welcome to install them directly, but upm should not suggest them.

What changed

Test plan

$ upm search Tensorflow  # tensorflow should be on the top
$ upm search Tensorflow1 # tensorflow should be on the top

$ echo 'import tensorflow' > main.py
$ upm guess # tensorflow