Skip to content

Commit

Permalink
Fix Kats minimal install
Browse files Browse the repository at this point in the history
Summary:
Attempt to fix issue #278. When installing from local repo with these changes, use
```
MINIMAL_KATS=1 pip install .
```

Reviewed By: rohanfb

Differential Revision: D41657605

fbshipit-source-id: 2ac78ee301ed3cc70be887289d6d78936c26bc4b
  • Loading branch information
Michael Brundage authored and facebook-github-bot committed Dec 5, 2022
1 parent 2325063 commit c1a5c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions requirements.txt
Expand Up @@ -5,9 +5,6 @@ matplotlib>=2.0.0
numpy>=1.21,<1.22
pandas>=1.0.4,<=1.3.5
python-dateutil>=2.8.0
pystan==2.19.1.1
fbprophet==0.7.1
neuralprophet==0.3.2
scikit-learn>=0.24.2
scipy<1.8.0
seaborn>=0.11.1
Expand Down
3 changes: 2 additions & 1 deletion test_requirements.txt
@@ -1,13 +1,14 @@
LunarCalendar>=0.0.9
ax-platform==0.2.9
pystan==2.19.1.1
fbprophet==0.7.1
gpytorch<1.9.0
holidays>=0.10.2
neuralprophet==0.3.2
numba>=0.52.0
parameterized>=0.8.1
plotly>=2.2.1
pymannkendall>=1.4.1
pystan==2.19.1.1
pytest-mpl>=0.12,<0.16
torch
tqdm>=4.36.1

0 comments on commit c1a5c7a

Please sign in to comment.