We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38f23e commit 543c45eCopy full SHA for 543c45e
setup.cfg
@@ -42,8 +42,8 @@ install_requires =
42
seaborn >= 0.11
43
tqdm >= 4.65
44
matplotlib >= 3.5
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'
+ tensorflow-macos >= 2.10, < 2.16; sys_platform == 'darwin' and platform_machine == 'x86_64'
+ tensorflow >= 2.10.1, < 2.16; sys_platform != 'darwin' or platform_machine == 'arm64'
47
tensorflow_probability >= 0.17, < 0.24
48
49
[options.extras_require]
0 commit comments