Skip to content

Commit

Permalink
Add upper bound to TF in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Uri Granta committed Sep 6, 2024
1 parent 9893de8 commit 1a82719
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"gpflow>=2.9.2",
"gpflux>=0.4.4",
"numpy",
"tensorflow>=2.5; platform_system!='Darwin' or platform_machine!='arm64'",
"tensorflow-macos>=2.5; platform_system=='Darwin' and platform_machine=='arm64'",
"tensorflow-probability>=0.13",
"tensorflow>=2.5,<2.17; platform_system!='Darwin' or platform_machine!='arm64'",
"tensorflow-macos>=2.5,<2.17; platform_system=='Darwin' and platform_machine=='arm64'",
"tensorflow-probability>=0.13,<0.25",
"greenlet>=1.1.0",
],
extras_require={
Expand Down

0 comments on commit 1a82719

Please sign in to comment.