Skip to content

Commit 8971780

Browse files
committed
quick tests fix
1 parent 78393cb commit 8971780

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ install_requires =
4242
seaborn >= 0.11
4343
tqdm >= 4.65
4444
matplotlib >= 3.5
45-
tensorflow-macos >= 2.10; sys_platform == 'darwin' and platform_machine == 'arm64'
46-
tensorflow >= 2.10.1; sys_platform != 'darwin' or platform_machine != 'arm64'
47-
tensorflow_probability >= 0.17
45+
tensorflow-macos >= 2.10, < 2.16; sys_platform == 'darwin' and platform_machine == 'arm64'
46+
tensorflow >= 2.10.1, < 2.16; sys_platform != 'darwin' or platform_machine != 'arm64'
47+
tensorflow_probability >= 0.17, < 0.24
4848

4949
[options.extras_require]
5050
testing =

0 commit comments

Comments
 (0)