From 65e88c860d87ddaa014bbd41007c7127c7324b9f Mon Sep 17 00:00:00 2001 From: noahfarr Date: Fri, 30 Jan 2026 18:47:56 -0800 Subject: [PATCH] Update cogames dependency to use public repo --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 797707449..35d91eaac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,8 +117,8 @@ metta = [ 'hydra-core', 'duckdb', 'raylib>=5.5.0', - 'metta-common @ git+https://github.com/metta-ai/metta.git@main#subdirectory=common', - 'metta-mettagrid @ git+https://github.com/metta-ai/metta.git@main#subdirectory=mettagrid', + 'mettagrid @ git+https://github.com/metta-ai/mettagrid.git', + 'cogames @ git+https://github.com/metta-ai/cogames.git', ] cogames = [ @@ -128,8 +128,8 @@ cogames = [ 'hydra-core', 'duckdb', 'raylib>=5.5.0', - 'mettagrid @ git+https://github.com/metta-ai/metta.git@main#subdirectory=packages/mettagrid', - 'cogames @ git+https://github.com/metta-ai/metta.git@main#subdirectory=packages/cogames', + 'mettagrid @ git+https://github.com/metta-ai/mettagrid.git', + 'cogames @ git+https://github.com/metta-ai/cogames.git', ] microrts = [