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