26 lines
727 B
Diff
26 lines
727 B
Diff
From d0b8e7d8bf7a051ec82c4a87d51d6bd6935482b2 Mon Sep 17 00:00:00 2001
|
|
From: Joel Holdsworth <jholdsworth@nvidia.com>
|
|
Date: Tue, 2 Aug 2022 13:56:53 +0100
|
|
Subject: [PATCH] Loosened node-semver version requirement
|
|
|
|
---
|
|
conans/requirements.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/conans/requirements.txt b/conans/requirements.txt
|
|
index e433e5cf0..066eec440 100644
|
|
--- a/conans/requirements.txt
|
|
+++ b/conans/requirements.txt
|
|
@@ -5,7 +5,7 @@ PyYAML>=3.11, <=6.0
|
|
patch-ng>=1.17.4, <1.18
|
|
fasteners>=0.14.1
|
|
six>=1.10.0,<=1.16.0
|
|
-node-semver==0.6.1
|
|
+node-semver>=0.6.1
|
|
distro>=1.0.2, <=1.8.0; sys_platform == 'linux' or sys_platform == 'linux2'
|
|
pygments>=2.0, <3.0
|
|
tqdm>=4.28.1, <5
|
|
--
|
|
2.35.GIT
|
|
|