From 05120823efb435ef02fcf8fd82a6ff563c85c1f7 Mon Sep 17 00:00:00 2001 From: Teresia Olsson Date: Fri, 11 Sep 2026 15:45:26 +0200 Subject: [PATCH] Modified dependencies because pypi didn't accept direct dependencies. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f3e2f6a..690f5187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ cs-oa-tango = [ test = [ "pytest>=7.4", "pytest-cov>=3.0", - "pyaml-test-lattice @ git+https://github.com/python-accelerator-middle-layer/pyaml-test-lattice.git@main", + "pyaml-test-lattice", ] doc = [ "sphinx ~= 8.1",