Skip to content

Commit

Permalink
fix dependency breakages
Browse files Browse the repository at this point in the history
Summary:
`statsmodels` 0.12.3 and `torch` 1.9.0 have both broken Kats. Although Kats currently requires `torch` < 1.7.0, that's incompatible with the `botorch==1.3.2` requirement.

This change temporarily requires exactly statsmodels 0.12.2, until we can address all the issues blocking the upgrade to 0.13.0.

Reviewed By: rohanfb

Differential Revision: D31798986

fbshipit-source-id: 894c85a8e5d53a38a5649e79e44bcf0e514d9220
  • Loading branch information
michaelbrundage authored and facebook-github-bot committed Oct 20, 2021
1 parent febdc1c commit a59bf85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -7,4 +7,4 @@ python-dateutil>=2.8.0
scikit-learn>+0.24.2
seaborn>=0.11.1
setuptools-git>=1.2
statsmodels>=0.12.2
statsmodels==0.12.2
2 changes: 1 addition & 1 deletion test_requirements.txt
Expand Up @@ -11,5 +11,5 @@ plotly>=2.2.1
pymannkendall>=1.4.1
pystan==2.19.1.1
pytest-mpl>=0.12
torch<1.7.0
torch<=1.8.1
tqdm>=4.36.1

0 comments on commit a59bf85

Please sign in to comment.