Skip to content

Commit

Permalink
improved python version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
attila-balint-kul committed Jun 22, 2023
1 parent 113dfb7 commit 1e2b931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/enfobench/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.12"
__version__ = "0.0.13"
2 changes: 1 addition & 1 deletion src/enfobench/evaluation/_cross_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def generate_cutoff_dates(
end: pd.Timestamp,
horizon: pd.Timedelta,
step: pd.Timedelta,
) -> list[pd.Timestamp]:
) -> List[pd.Timestamp]:
"""Generate cutoff dates for cross-validation.
Parameters
Expand Down

0 comments on commit 1e2b931

Please sign in to comment.