From 99198cd3aff4e4c11d0b57938ca551dea642a5a7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 15 Oct 2024 15:00:10 +0200 Subject: [PATCH] bump CFDP and spacepackets --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 23e20e67..6fed649f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,10 @@ dependencies = [ "Deprecated~=1.2", "pyserial~=3.5", "dle-encoder~=0.2.3", - "spacepackets>=0.24.0, <0.25", - "cfdp-py>=0.1.1, <=0.3", - # "spacepackets @ git+https://github.com/us-irs/spacepackets-py@main" + # "spacepackets>=0.24.0, <0.25", + # "cfdp-py>=0.1.1, <=0.3", + "spacepackets @ git+https://github.com/us-irs/spacepackets-py@main" + "cfdp-py @ git+https://github.com/us-irs/cfdp-py@main" ] [project.optional-dependencies]