Skip to content

Commit

Permalink
remove upper bound for deps croniter (#2492)
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 cc8b86d commit 779c912
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 @@ -15,7 +15,7 @@ dependencies = [
"adlfs>=2023.3.0",
"click>=6.6",
"cloudpickle>=2.0.0",
"croniter>=0.3.20,<4.0.0",
"croniter>=0.3.20",
"dataclasses-json>=0.5.2,<0.5.12", # TODO: remove upper-bound after fixing change in contract
"diskcache>=5.2.1",
"docker>=4.0.0",
Expand Down

0 comments on commit 779c912

Please sign in to comment.