Skip to content

Commit

Permalink
Merge pull request #48 from 8W9aG/main
Browse files Browse the repository at this point in the history
Support TF 2.11.x
  • Loading branch information
rabitt authored Apr 7, 2023
2 parents cc514a2 + 4cf96d1 commit 7c8481d
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.10; platform_machine != 'arm64'
tensorflow-macos>=2.4.1,<2.10; platform_machine == 'arm64'
tensorflow>=2.4.1,<2.12; platform_machine != 'arm64'
tensorflow-macos>=2.4.1,<2.12; platform_machine == 'arm64'
typing_extensions

[options.entry_points]
Expand Down

0 comments on commit 7c8481d

Please sign in to comment.