Skip to content

Commit

Permalink
remove upper bound for deps pytimeparse (#2493)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <[email protected]>
  • Loading branch information
austin362667 authored Jun 18, 2024
1 parent 4143ad7 commit a4d1b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"pyarrow",
"pygments",
"python-json-logger>=2.0.0",
"pytimeparse>=1.1.8,<2.0.0",
"pytimeparse>=1.1.8",
"pyyaml!=6.0.0,!=5.4.0,!=5.4.1", # pyyaml is broken with cython 3: https://github.com/yaml/pyyaml/issues/601
"requests>=2.18.4",
"rich",
Expand Down

0 comments on commit a4d1b8e

Please sign in to comment.