We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78393cb commit 8971780Copy full SHA for 8971780
setup.cfg
@@ -42,9 +42,9 @@ install_requires =
42
seaborn >= 0.11
43
tqdm >= 4.65
44
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
+ tensorflow-macos >= 2.10, < 2.16; sys_platform == 'darwin' and platform_machine == 'arm64'
+ tensorflow >= 2.10.1, < 2.16; sys_platform != 'darwin' or platform_machine != 'arm64'
+ tensorflow_probability >= 0.17, < 0.24
48
49
[options.extras_require]
50
testing =
0 commit comments