Skip to content

Commit

Permalink
added compatibility with torch 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oguiza committed Feb 11, 2024
1 parent fa66212 commit 2ce1d39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified nbs/models/test.pth
Binary file not shown.
8 changes: 4 additions & 4 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2ce1d39

Please sign in to comment.