File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
python-version : ${{ matrix.python-version }}
57
57
58
58
- name : Install pip requirements
59
- run : pip install uv && uv pip install --system ".[dev,distributed,nbconvert ]"
59
+ run : pip install uv && uv pip install --system ".[dev,distributed]"
60
60
61
61
- name : Run tests
62
62
run : pytest --cov=nixtla --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError nixtla_tests
86
86
python-version : ${{ matrix.python-version }}
87
87
88
88
- name : Install pip requirements
89
- run : pip install uv && uv pip install --prerelease=allow -- system ".[dev,distributed]"
89
+ run : pip install uv && uv pip install --system ".[dev,distributed]"
90
90
91
91
- name : Run tests
92
92
run : pytest -m "not distributed_run" --reruns 2 --reruns-delay 1 --only-rerun httpx.ConnectError nixtla_tests
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ requirements = annotated-types httpx[zstd] orjson pandas pydantic>=1.10 tenacity
19
19
dev_requirements = black datasetsforecast fire hierarchicalforecast ipython<=8.32.0 ipywidgets
20
20
jupyterlab nbdev neuralforecast numpy<2 plotly polars pre-commit pyreadr<0.5.3
21
21
python-dotenv pyyaml setuptools<70 statsforecast tabulate shap pytest pytest-cov pytest-rerunfailures
22
+ mlforecast lightgbm
22
23
distributed_requirements = fugue[dask,ray,spark]>=0.8.7 dask<=2024.12.1 pandas<2.2 ray<2.6.3
23
24
plotting_requirements = utilsforecast[plotting]
24
25
date_extra_requirements = holidays pandas_market_calendars
25
- nbconvert_requirements = mlforecast lightgbm statsforecast neuralforecast hierarchicalforecast
26
26
nbs_path = nbs
27
27
doc_path = _docs
28
28
recursive = True
You can’t perform that action at this time.
0 commit comments