remove --prefer-binary from requirements-base.txt

It appears that some versions of pip do not recognize this option
when it appears in the requirements file. Did not explore this further
but recommend --prefer-binary in the manual install instructions on
the command line.
This commit is contained in:
Lincoln Stein 2022-11-10 06:36:48 -05:00
parent efc5a98488
commit 7460c069b8

View File

@ -1,5 +1,3 @@
--prefer-binary
# pip will resolve the version which matches torch
albumentations
dependency_injector==4.40.0