-
Notifications
You must be signed in to change notification settings - Fork 748
Packaging improvements for nightlies #198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Instructions for how to install stable and master binaries, without hardcoding wheel filenames - Turn on Python 2 build (numba is only needed for testing) - Make builds a little more hermetic - Prefer building against nightly CPU-only torch build - Don't install all of requirements.txt, it's not necessary Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Based off of #198 but nightly specific changes were dropped. Signed-off-by: Edward Z. Yang <ezyang@fb.com>
|
I prefer to have the requirements in a file just for visibility (maybe packaging_requirements.txt). The current requirements.txt has a bunch of test dependencies like librosa, etc. which is used in the CI |
Sure, and this PR doesn't remove requirements.txt. It just stops using them for wheel builds. |
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
* Packaging improvements for nightlies - Instructions for how to install stable and master binaries, without hardcoding wheel filenames - Turn on Python 2 build (numba is only needed for testing) - Make builds a little more hermetic - Prefer building against nightly CPU-only torch build - Don't install all of requirements.txt, it's not necessary - Updates for OS X too, including portability issues Signed-off-by: Edward Z. Yang <ezyang@fb.com> (cherry picked from commit 4542332)
* Packaging improvements for nightlies - Instructions for how to install stable and master binaries, without hardcoding wheel filenames - Turn on Python 2 build (numba is only needed for testing) - Make builds a little more hermetic - Prefer building against nightly CPU-only torch build - Don't install all of requirements.txt, it's not necessary - Updates for OS X too, including portability issues Signed-off-by: Edward Z. Yang <ezyang@fb.com> (cherry picked from commit 4542332)
Based off of #198 but nightly specific changes were dropped. Signed-off-by: Edward Z. Yang <ezyang@fb.com>
without hardcoding wheel filenames
Signed-off-by: Edward Z. Yang ezyang@fb.com