Skip to content

Commit 5cbaf88

Browse files
authored
Merge pull request #481 from noahfarr/3.0
Update cogames dependency to use public repo
2 parents 971344b + 65e88c8 commit 5cbaf88

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ metta = [
117117
'hydra-core',
118118
'duckdb',
119119
'raylib>=5.5.0',
120-
'metta-common @ git+https://github.com/metta-ai/metta.git@main#subdirectory=common',
121-
'metta-mettagrid @ git+https://github.com/metta-ai/metta.git@main#subdirectory=mettagrid',
120+
'mettagrid @ git+https://github.com/metta-ai/mettagrid.git',
121+
'cogames @ git+https://github.com/metta-ai/cogames.git',
122122
]
123123

124124
cogames = [
@@ -128,8 +128,8 @@ cogames = [
128128
'hydra-core',
129129
'duckdb',
130130
'raylib>=5.5.0',
131-
'mettagrid @ git+https://github.com/metta-ai/metta.git@main#subdirectory=packages/mettagrid',
132-
'cogames @ git+https://github.com/metta-ai/metta.git@main#subdirectory=packages/cogames',
131+
'mettagrid @ git+https://github.com/metta-ai/mettagrid.git',
132+
'cogames @ git+https://github.com/metta-ai/cogames.git',
133133
]
134134

135135
microrts = [

0 commit comments

Comments
 (0)