replit / upm

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

bug/Refreshing package map #238

Closed blast-hardcheese closed 6 months ago

blast-hardcheese commented 6 months ago

Why

Main motivator here is that upm guess guesses tensorflow-macos

What changed

I figured that was good enough motivation to just refresh the package map. Some packages dropped out due to being below the threshold for inclusion.

Test plan

given the following in main.py:

import tensorflow as tf
print(tf.add(1, 2).numpy())
hello = tf.constant('Hello, TensorFlow!')
print(hello.numpy())

the following command...

...$ upm guess
tensorflow-macos

should not return the -macos variant