We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d00f2 commit d37ad17Copy full SHA for d37ad17
1 file changed
pyproject.toml
@@ -9,7 +9,7 @@ readme = "README.md"
9
requires-python = ">=3.12,<3.13"
10
classifiers = ["Programming Language :: Python :: 3", "Programming Language :: Python :: 3.12"]
11
dependencies = [
12
- "mettagrid==0.2.0.95",
+ "mettagrid==0.2.0.96",
13
"packaging>=24.0.0",
14
"pufferlib-core",
15
"pydantic>=2.11.5",
@@ -66,7 +66,7 @@ testpaths = ["tests"]
66
source = ["cogames"]
67
68
[tool.uv.sources]
69
-mettagrid = { workspace = true }
+mettagrid = {git = "https://github.com/Metta-AI/mettagrid.git"}
70
71
[tool.ruff]
72
extend = "../../.ruff.toml"
0 commit comments