Skip to content

Commit 03da1bf

Browse files
committed
bug fix
1 parent eccebf2 commit 03da1bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ python = "^3.9"
1414
numpy = "*"
1515
pandas = "*"
1616
astropy = "*"
17-
tensorflow = {version = "^2.15.0" }
17+
1818
# macOS-specific dependencies
1919
tensorflow-macos = { version = "2.15", markers = "sys_platform == 'darwin'" }
2020
#tensorflow = { version = "2.15", markers = "sys_platform == 'darwin'" }
2121
tensorflow-metal = { version = "*", markers = "sys_platform == 'darwin'" }
2222

2323
# Linux-specific dependencies
24-
tensorflow-probability = "0.23"
24+
tensorflow = { version = "2.15", markers = "sys_platform == 'linux'" }
25+
tensorflow-probability = "0.19"
2526
scikit-image = "*"
2627
sep = "*"
2728
galcheat = "*"

0 commit comments

Comments
 (0)