Skip to content

Commit

Permalink
python311Packages.tensorflow: remove code for macOS < 11
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Jan 5, 2025
1 parent 70b340e commit 18a8d2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions pkgs/development/python-modules/tensorflow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,6 @@ let
rm -f .bazelversion
patchShebangs .
''
+ lib.optionalString (stdenv.hostPlatform.system == "x86_64-darwin") ''
cat ${./com_google_absl_fix_macos.patch} >> third_party/absl/com_google_absl_fix_mac_and_nvcc_build.patch
''
+ lib.optionalString (!withTensorboard) ''
# Tensorboard pulls in a bunch of dependencies, some of which may
# include security vulnerabilities. So we make it optional.
Expand Down

0 comments on commit 18a8d2b

Please sign in to comment.