From d08825fcf1e1cc3d8c59a043102ee785bfdd868d Mon Sep 17 00:00:00 2001 From: "Stuart A. Siegel" Date: Wed, 7 Aug 2024 11:41:26 -0400 Subject: [PATCH] disable persistent substitution --- services/inference/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/inference/pyproject.toml b/services/inference/pyproject.toml index 9b8c18ab..c7d8fe18 100644 --- a/services/inference/pyproject.toml +++ b/services/inference/pyproject.toml @@ -18,7 +18,7 @@ format = "{base}" #persistent-substitution = true [tool.poetry-dynamic-versioning.files."tsfminference/_version.py"] -persistent-substitution = true # useful for editable installs +# persistent-substitution = true # useful for editable installs initial-content = """ # These version placeholders will be replaced later during substitution. __version__ = "0.0.0"