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 = [