From daa335fdcb3a893c4da04105a7de906806fa2da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:32:45 +0000 Subject: [PATCH] Update libnxctrl requirement from ~=0.1.7 to >=0.1.7,<0.3.0 Updates the requirements on [libnxctrl](https://github.com/Victrid/libnxctrl) to permit the latest version. - [Release notes](https://github.com/Victrid/libnxctrl/releases) - [Commits](https://github.com/Victrid/libnxctrl/compare/v0.1.7...v0.2.1) --- updated-dependencies: - dependency-name: libnxctrl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b18add..45fd4de 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "scipy~=1.9.1", "tqdm~=4.64.0", "scikit-image~=0.19.3", - "libnxctrl~=0.1.7", + "libnxctrl>=0.1.7,<0.3.0", "tsp-solver2~=0.4.1", ] )