Skip to content

Commit

Permalink
Use < instead of <=
Browse files Browse the repository at this point in the history
  • Loading branch information
Uri Granta committed Jun 20, 2024
1 parent 67a77c4 commit 7cb7cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"tensorflow>=2.5.0,<2.17; 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.17; platform_system=='Darwin' and platform_machine=='arm64'",
"tensorflow-probability>=0.13.0,<=0.24",
"tensorflow-probability>=0.13.0,<0.25",
]

with open("README.md", "r") as file:
Expand Down

0 comments on commit 7cb7cb7

Please sign in to comment.