Skip to content

Commit

Permalink
Lift upper bound for munch. (#917)
Browse files Browse the repository at this point in the history
now that munch 3.0 has been released, there should be no compabitilibty issue. Rationale: munch 3.0 reduces import times which are important for applications that utilize argcomplete and munch.
  • Loading branch information
n-gao committed Jun 19, 2023
1 parent d668b53 commit 17c5306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docopt>=0.3, <1.0
jsonpickle>=2.2.0
munch>=2.5, <3.0
munch>=2.5, <4.0
wrapt>=1.0, <2.0
py-cpuinfo>=4.0
colorama>=0.4
Expand Down

0 comments on commit 17c5306

Please sign in to comment.