Skip to content

Commit

Permalink
No support for numpy 2 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Uri Granta committed Jun 18, 2024
1 parent 24b63a2 commit f9078ba
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 @@ -7,7 +7,7 @@
requirements = [
"deprecated",
"gpflow>=2.9.2",
"numpy",
"numpy<2",
"scipy",
"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
Expand Down

0 comments on commit f9078ba

Please sign in to comment.