Skip to content

Instantly share code, notes, and snippets.

@marcelotournier
Created July 6, 2022 15:10
Show Gist options
  • Save marcelotournier/d29bb8baeeeb0d6c5baca3d1d93ad962 to your computer and use it in GitHub Desktop.
Save marcelotournier/d29bb8baeeeb0d6c5baca3d1d93ad962 to your computer and use it in GitHub Desktop.
Conditional requirements in python
tensorflow-aarch64>=2.8.2; platform_machine == 'aarch64'
tensorflow>=2.8.2; platform_machine != 'aarch64'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment