Skip to content

Commit

Permalink
Backport PR #406: Upgrading timely-beliefs fixes a problem that can o…
Browse files Browse the repository at this point in the history
…ccur with resampling, when an event resolution of "H" should be interpreted as "1H" but isn't. This was fixed in SeitaBV/timely-beliefs#100.

Upgrade timely-beliefs dependency (#406)

Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Mar 30, 2022
1 parent 1fdda51 commit c35409b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/app.in
Expand Up @@ -31,7 +31,7 @@ tldextract
pyomo>=5.6
tabulate
timetomodel>=0.7.1
timely-beliefs>=1.11.2
timely-beliefs>=1.11.5
python-dotenv
# a backport, not needed in Python3.8
importlib_metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/app.txt
Expand Up @@ -352,7 +352,7 @@ tabulate==0.8.9
# via -r requirements/app.in
threadpoolctl==3.1.0
# via scikit-learn
timely-beliefs==1.11.2
timely-beliefs==1.11.5
# via -r requirements/app.in
timetomodel==0.7.1
# via -r requirements/app.in
Expand Down

0 comments on commit c35409b

Please sign in to comment.