Skip to content

Commit d37ad17

Browse files
committed
chore: update cogames mettagrid to 0.2.0.96
1 parent d2d00f2 commit d37ad17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.12,<3.13"
1010
classifiers = ["Programming Language :: Python :: 3", "Programming Language :: Python :: 3.12"]
1111
dependencies = [
12-
"mettagrid==0.2.0.95",
12+
"mettagrid==0.2.0.96",
1313
"packaging>=24.0.0",
1414
"pufferlib-core",
1515
"pydantic>=2.11.5",
@@ -66,7 +66,7 @@ testpaths = ["tests"]
6666
source = ["cogames"]
6767

6868
[tool.uv.sources]
69-
mettagrid = { workspace = true }
69+
mettagrid = {git = "https://github.com/Metta-AI/mettagrid.git"}
7070

7171
[tool.ruff]
7272
extend = "../../.ruff.toml"

0 commit comments

Comments
 (0)