From a4a3f3af8a446231d81ead6d4cc28c00e87e2562 Mon Sep 17 00:00:00 2001 From: Matthew Howard Date: Tue, 30 Apr 2024 13:34:10 +0100 Subject: [PATCH] change requirements to >= --- wheel/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wheel/requirements.txt b/wheel/requirements.txt index 678d1ff75..671afc2e3 100644 --- a/wheel/requirements.txt +++ b/wheel/requirements.txt @@ -1,6 +1,6 @@ -iniconfig==2.0.0 -maturin==1.4.0 -chia-blockchain==2.1.4 -packaging==23.2 -pluggy==1.4.0 -pytest==8.0.1 \ No newline at end of file +iniconfig>=2.0.0 +maturin>=1.4.0 +chia-blockchain>=2.1.4 +packaging>=23.2 +pluggy>=1.4.0 +pytest>=8.0.1 \ No newline at end of file