From 30583171e58744f507f5e0969443cb31a5b15d82 Mon Sep 17 00:00:00 2001 From: Lukasz Mazurek Date: Mon, 10 Nov 2025 14:26:29 -0800 Subject: [PATCH] Remove 'schema' build rule. PiperOrigin-RevId: 830599104 --- pyproject.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bbd3c4b4b..a5d5454aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,13 +83,6 @@ jax = [ "tensorflow-probability[substrates-jax]==0.25.0", ] -# MMM schema, only works with `pip install .[schema]` -schema = [ - # TODO: publish a schema package to pypi - "mmm-proto-schema @ file:./proto", - "semver", -] - [tool.pyink] # Formatting configuration to follow Google style-guide line-length = 80 @@ -110,7 +103,7 @@ build-backend = "setuptools.build_meta" include-package-data = true [tool.setuptools.packages.find] -include = ["meridian*", "schema*"] +include = ["meridian*"] exclude = ["*test"] [tool.setuptools.dynamic]