Skip to content

Commit

Permalink
Fix macos localdev by splitting tensorflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgrossman committed Jul 6, 2023
1 parent 5760bcb commit 919eae6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ rdt>=1.2,<1.3
sdv>=0.17,<0.18
sentencepiece==0.1.97
smart_open>=2.1.0,<6.0
tensorflow==2.11.1
tensorflow-macos==2.11.0; platform_machine=="arm64"
tensorflow-metal==0.7.1; platform_machine=="arm64"
tensorflow==2.11.1; platform_machine=="x86_64"
tensorflow_estimator==2.11
tensorflow_privacy==0.7.3
tensorflow_probability==0.19.0
Expand Down

0 comments on commit 919eae6

Please sign in to comment.