Skip to content

Commit

Permalink
Updating requirements files so that Kats installs for python 3.8-3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
proof-by-accident committed Feb 1, 2024
1 parent 9908d37 commit 40f6e09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ deprecated>=1.2.12
importlib_metadata; python_version < '3.8'
holidays<=0.24
matplotlib>=2.0.0
numpy>=1.21,<1.22
numpy>=1.22
pandas>=1.0.4,<=1.3.5
packaging<22
python-dateutil>=2.8.0
scikit-learn>=0.24.2
scipy>=1.10.0
seaborn>=0.11.1
setuptools-git>=1.2
statsmodels==0.12.2
statsmodels>=0.12.2
lightgbm>=2.3.0
numba>=0.55.0
wheel
typing-extensions; python_version < '3.8'
7 changes: 4 additions & 3 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
LunarCalendar>=0.0.9
ax-platform==0.2.9
fbprophet==0.7.1
gpytorch<1.9.0
prophet
nevergrad
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
pystan>=2.19.1.1
pytest-mpl>=0.12,<0.16
torch
tqdm>=4.36.1

0 comments on commit 40f6e09

Please sign in to comment.