Skip to content

Commit

Permalink
Merge pull request #6200 from cms-sw/smuzaffar-patch-2
Browse files Browse the repository at this point in the history
updated pip packages to fix build errors on aarch64
  • Loading branch information
smuzaffar authored Aug 27, 2020
2 parents 195b06c + 0801f9a commit 089f915
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ numexpr==2.7.1
numpy==1.16.6 ; python_version<'3.0'
numpy==1.17.5 ; python_version>'3.0'
#NO_AUTO_UPDATE:2: numpy versions >1.15.1 fail on aarch64
numpy==1.15.1 ; python_version<'3.0' ; platform_machine=='aarch64'
numpy==1.15.1 ; python_version>'3.0' ; platform_machine=='aarch64'
numpy==1.16.4 ; python_version>'3.0' ; platform_machine=='aarch64'
onnx==1.7.0
onnxruntime==1.2.0 ; python_version>'3.0'
opt-einsum==2.3.2 ; python_version<'3.0'
Expand Down

0 comments on commit 089f915

Please sign in to comment.