mycroft-precise
mycroft-precise copied to clipboard
Consolidate requirements
This removes the requirements.txt and package list in setup.py in favor of the list in requirements/prod.txt and should resolve #172
It also bumps the numpy version to 1.16.2 to match the version listed in requirements.txt which should fix some errors with pyinstaller.
Any reason this is hanging around for over a year?
Maybe @MatthewScholefield or @krisgesling can review this?
Hello,
Since I need that project, I decided to fork and advance. Sorry for the inconvenience but it can be reversed if Mycroft wants of course).
You will find your PR to the fork here.
Again, sorry for the inconvenient. I created a thread on Mycroft community forum to discuss if needed.
Be careful, those changes generate a regression: wheel cannot build anymore, since setup.py needs requirements/prod.txt to be part of the package and is not.
I revert the change and propose to remove entirely requirements/prod.txt and use correctly setup.py list: https://gitlab.com/liant-sasu/mycroft-precise/-/merge_requests/13
@ShamoX https://github.com/jessecooper/mycroft-precise/tree/dev/requirements This is what I am currently running with.