diff --git a/pyproject.toml b/pyproject.toml index 099f94ce..f461df4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "pytest>=8.4.0", "json_log_formatter>=1.1.1", "pytest-asyncio>=1.0.0", - "scale-gp-beta==0.1.0a20", + "scale-gp-beta>=0.1.0a20", "ipykernel>=6.29.5", "openai>=2.2,<3", # Required by openai-agents 0.4.2; litellm now supports openai 2.x (issue #13711 resolved: https://github.com/BerriAI/litellm/issues/13711) "cloudpickle>=3.1.1",