Skip to content

Commit

Permalink
Increase TF min version.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Aug 8, 2024
1 parent bd8fc31 commit 3cefc96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ include_package_data = True
# which does not support complex datatypes.
install_requires =
tensorflow>=2.4,<2.16; sys_platform != 'darwin' or platform.machine != 'arm64'
tensorflow-macos>=2.4,<2.16; sys_platform == 'darwin' and platform.machine == 'arm64'
# TF 2.13 finally publishes ARM wheels:
tensorflow>=2.13,<2.16; sys_platform == 'darwin' and platform.machine == 'arm64'
types-protobuf
numpy
typing_extensions
Expand All @@ -61,7 +62,8 @@ test =
numpy>=1.22
librosa>=0.9
tensorflow>=2.4,<2.16; sys_platform != 'darwin' or platform.machine != 'arm64'
tensorflow-macos>=2.4,<2.16; sys_platform == 'darwin' and platform.machine == 'arm64'
# TF 2.13 finally publishes ARM wheels:
tensorflow>=2.13,<2.16; sys_platform == 'darwin' and platform.machine == 'arm64'

[bumpversion:file:realbook/__init__.py]

Expand Down

0 comments on commit 3cefc96

Please sign in to comment.