Skip to content

Commit

Permalink
Updated requirements.txt to use more permissive contraints for struct…
Browse files Browse the repository at this point in the history
…log. (OpenSTEF#511)

Signed-off-by: Egor Dmitriev <[email protected]>
  • Loading branch information
egordm authored Mar 1, 2024
1 parent 5a2c37a commit 93f3fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ pymsteams~=0.2.2 # TODO remove teams dependency
scikit-learn~=1.3
scipy~=1.10
statsmodels~=0.13.5
structlog~=23.1
xgboost~=2.0
structlog>=23.1,<25
xgboost~=2.0

0 comments on commit 93f3fc9

Please sign in to comment.