vqpy
vqpy copied to clipboard
Fix setup requirements
Why this change?
Current requirements.txt cannot set up the environment from stretch. This PR fixes it.
What does this PR include?
- Add more package dependencies.
- Altered the implementation of
yoloxdependencies. Now we do not need to installyoloxfor running VQPy.
User API changes
How did I test the PR?
New dependencies included
- I have added the dependencies in
setup.py.
It seems that without this PR we can still install the whole package with pip install ., but we have to install it again and again for updates in the backend code. This PR, at least, provides a way to use VQPy without installing it.
It seems that the GitHub workflow fails on VQPy installation due to
AssertionError: torch is required for pre-compiling ops, please install it first.
Is that a problem we need to fix?