Skip to content

Commit 543c45e

Browse files
fix #153 (#155)
Fix dependency conflict during installation on Mac Apple Silicon, #153
1 parent b38f23e commit 543c45e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ install_requires =
4242
seaborn >= 0.11
4343
tqdm >= 4.65
4444
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'
45+
tensorflow-macos >= 2.10, < 2.16; sys_platform == 'darwin' and platform_machine == 'x86_64'
46+
tensorflow >= 2.10.1, < 2.16; sys_platform != 'darwin' or platform_machine == 'arm64'
4747
tensorflow_probability >= 0.17, < 0.24
4848

4949
[options.extras_require]

0 commit comments

Comments
 (0)