Skip to content

Commit

Permalink
tf-macos does not support py37
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rubinstein committed Oct 1, 2023
1 parent 8c1c685 commit e40ad6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install_requires =
tflite-runtime; platform_system == "Linux" and python_version < "3.11"
typing_extensions
tensorflow>=2.4.1; platform_system != "Darwin" and python_version >= "3.11"
tensorflow-macos>=2.4.1; platform_system == "Darwin" and python_version >= "3.11"
tensorflow-macos>=2.4.1; platform_system == "Darwin" and "3.7" > python_version >= "3.11"

[options.entry_points]
console_scripts =
Expand All @@ -57,7 +57,7 @@ test =
pytest-mock
tf =
tensorflow>=2.4.1; platform_system != "Darwin"
tensorflow-macos>=2.4.1; platform_system == "Darwin"
tensorflow-macos>=2.4.1; platform_system == "Darwin" and python_version > "3.7"
coreml =
coremltools
onnx =
Expand Down

0 comments on commit e40ad6f

Please sign in to comment.