Skip to content

Conversation

@sgbaird
Copy link
Member

@sgbaird sgbaird commented Nov 17, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 17, 2025 23:20
@sgbaird sgbaird merged commit 1673ecb into main Nov 17, 2025
7 of 9 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a version constraint to the ax-platform package installation in a Jupyter notebook to ensure version 1.x is not installed.

  • The pip install command is updated to include <1 version specifier for ax-platform

"IN_COLAB = 'google.colab' in sys.modules\n",
"if IN_COLAB:\n",
" %pip install ax-platform"
" %pip install ax-platform<1"
Copy link

Copilot AI Nov 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version constraint ax-platform<1 lacks a space before the version specifier, which while valid, is inconsistent with the docs/requirements.txt file that uses no version constraint. Consider updating docs/requirements.txt to also include this version constraint (e.g., ax-platform<1 # for 1.3 notebook) to ensure consistency across installation methods and prevent version mismatch issues between local development and Colab environments.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants