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 eccebf2 commit 03da1bfCopy full SHA for 03da1bf
pyproject.toml
@@ -14,14 +14,15 @@ python = "^3.9"
14
numpy = "*"
15
pandas = "*"
16
astropy = "*"
17
-tensorflow = {version = "^2.15.0" }
+
18
# macOS-specific dependencies
19
tensorflow-macos = { version = "2.15", markers = "sys_platform == 'darwin'" }
20
#tensorflow = { version = "2.15", markers = "sys_platform == 'darwin'" }
21
tensorflow-metal = { version = "*", markers = "sys_platform == 'darwin'" }
22
23
# Linux-specific dependencies
24
-tensorflow-probability = "0.23"
+tensorflow = { version = "2.15", markers = "sys_platform == 'linux'" }
25
+tensorflow-probability = "0.19"
26
scikit-image = "*"
27
sep = "*"
28
galcheat = "*"
0 commit comments