Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Uri Granta committed Jun 18, 2024
1 parent ae1735b commit 24b63a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"gpflow>=2.9.2",
"numpy",
"scipy",
"tensorflow>=2.5.0,<=2.16; platform_system!='Darwin' or platform_machine!='arm64'",
"tensorflow>=2.5.0,<=2.16.1; platform_system!='Darwin' or platform_machine!='arm64'",
# NOTE: Support of Apple Silicon MacOS platforms is in an experimental mode
"tensorflow-macos>=2.5.0,<=2.16; platform_system=='Darwin' and platform_machine=='arm64'",
"tensorflow-macos>=2.5.0,<=2.16.1; platform_system=='Darwin' and platform_machine=='arm64'",
"tensorflow-probability>=0.13.0,<=0.24",
]

Expand Down

0 comments on commit 24b63a2

Please sign in to comment.