Skip to content

Commit

Permalink
allow newer statsmodels versions (#540)
Browse files Browse the repository at this point in the history
* allow newer statsmodels versions

the 0.14 version has more pre-built wheels, and building the 0.13 ones requires additional libraries, otherwise you get errors such #514 

Signed-off-by: Martino Mensio <[email protected]>

* Update requirements.txt for statsmodels

do not allow major version change

Co-authored-by: Egor Dmitriev <[email protected]>
Signed-off-by: Martino Mensio <[email protected]>

---------

Signed-off-by: Martino Mensio <[email protected]>
Co-authored-by: Egor Dmitriev <[email protected]>
  • Loading branch information
MartinoMensio and egordm authored Jul 17, 2024
1 parent 0c5b696 commit 6518c0d
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 @@ -17,6 +17,6 @@ pydantic-settings~=2.3
pymsteams~=0.2.2 # TODO remove teams dependency
scikit-learn~=1.3
scipy~=1.10
statsmodels~=0.13.5
statsmodels>=0.13.5,<1.0.0
structlog>=23.1,<25
xgboost~=2.0
xgboost~=2.0

0 comments on commit 6518c0d

Please sign in to comment.