Skip to content

Commit

Permalink
Merge pull request #89 from spotify/psobot/allow-newer-tensorflow-ver…
Browse files Browse the repository at this point in the history
…sion

Allow using newer TensorFlow versions.
  • Loading branch information
psobot authored Jun 27, 2023
2 parents f1ac01f + e48f261 commit 5803750
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 @@ -39,8 +39,8 @@ install_requires =
pretty_midi>=0.2.9
resampy>=0.2.2
scipy>=1.4.1
tensorflow>=2.4.1,<2.12; platform_machine != 'arm64'
tensorflow-macos>=2.4.1,<2.12; platform_machine == 'arm64'
tensorflow>=2.4.1; platform_machine != 'arm64'
tensorflow-macos>=2.4.1; platform_machine == 'arm64'
typing_extensions

[options.entry_points]
Expand Down

0 comments on commit 5803750

Please sign in to comment.