diff --git a/setup.cfg b/setup.cfg index af71c08..fdafd31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.3 +current_version = 1.0.4 commit = True tag = True @@ -61,9 +61,9 @@ test = nnaudio numpy>=1.22 librosa>=0.9 - tensorflow>=2.4,<2.16; sys_platform != 'darwin' or platform.machine != 'arm64' + tensorflow>=2.4,<2.17; sys_platform != 'darwin' or platform.machine != 'arm64' # TF 2.13 finally publishes ARM wheels: - tensorflow>=2.13,<2.16; sys_platform == 'darwin' and platform.machine == 'arm64' + tensorflow>=2.13,<2.17; sys_platform == 'darwin' and platform.machine == 'arm64' [bumpversion:file:realbook/__init__.py]