Skip to content

Commit

Permalink
change requirements to >=
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Apr 30, 2024
1 parent 0f2ce89 commit a4a3f3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wheel/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
iniconfig>=2.0.0
maturin>=1.4.0
chia-blockchain>=2.1.4
packaging>=23.2
pluggy>=1.4.0
pytest>=8.0.1

0 comments on commit a4a3f3a

Please sign in to comment.