Skip to content
Discussion options

You must be logged in to vote

omnipkg doesn't come with any pre-installed libraries (beyond its own minimal dependencies). Instead, it gives you access to the entire PyPI ecosystem - that's over 500,000+ packages, including all large libraries like:

TensorFlow (all versions)
PyTorch (all versions)
NumPy, SciPy, Pandas (all versions)
Django, Flask, FastAPI (all versions)
And literally any other package on PyPI

The key difference: Unlike traditional environments where you can only have ONE version of each package, omnipkg lets you have infinite versions of any package AND infinite Python versions in a single environment.
For example, you can simultaneously have:

tensorflow==2.13.0, tensorflow==2.15.0, tensorflow==2.20.0

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 1minds3t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants