Skip to content

Commit ffd82bb

Browse files
committed
put a lower-bound on tensorflow because of tfp issues
1 parent 0467c22 commit ffd82bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords = [
2525
"physics",
2626
"pytorch",
2727
"scipy",
28-
"tensorflow",
28+
"tensorflow >= 2.18", # see https://github.com/tensorflow/probability/issues/1854
2929
]
3030
classifiers = [
3131
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)