diff --git a/nbs/models/test.pth b/nbs/models/test.pth index 19a2967b..fcf8ad2e 100644 Binary files a/nbs/models/test.pth and b/nbs/models/test.pth differ diff --git a/settings.ini b/settings.ini index eb8be1a4..66f3c435 100644 --- a/settings.ini +++ b/settings.ini @@ -16,9 +16,9 @@ min_python = 3.8 audience = Developers language = English requirements = fastai>=2.7.13 pyts>=0.12.0 imbalanced-learn>=0.11.0 psutil>=5.4.8 scikit-learn>=1.2 -pip_requirements = torch>=1.10,<2.2 +pip_requirements = torch>=1.10,<2.3 conda_user = timeseriesAI -conda_requirements = pytorch>=1.10,<2.2 +conda_requirements = pytorch>=1.10,<2.3 extra_requirements = sktime>=0.10.1 tsfresh>=0.18.0 PyWavelets>=1.1.1 nbformat>=5.1.3 dev_requirements = nbdev>2 ipykernel>6 console_scripts = nb2py=tsai.export:nb2py @@ -35,8 +35,8 @@ recursive = True clean_ids = True black_formatting = False readme_nb = index.ipynb -allowed_metadata_keys = -allowed_cell_metadata_keys = +allowed_metadata_keys = +allowed_cell_metadata_keys = jupyter_hooks = True clear_all = False put_version_in_init = True