Skip to content

Commit

Permalink
allow torch 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oguiza committed Oct 23, 2023
1 parent b66bf0e commit 8da0578
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
tsai
================
# tsai

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

Expand Down Expand Up @@ -417,7 +416,7 @@ If you use tsai in your research please use the following BibTeX entry:
author = {Ignacio Oguiza},
title = {tsai - A state-of-the-art deep learning library for time series and sequential data},
howpublished = {Github},
year = {2022},
year = {2023},
url = {https://github.com/timeseriesAI/tsai}
}
```
6 changes: 3 additions & 3 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
" author = {Ignacio Oguiza},\n",
" title = {tsai - A state-of-the-art deep learning library for time series and sequential data},\n",
" howpublished = {Github},\n",
" year = {2022},\n",
" year = {2023},\n",
" url = {https://github.com/timeseriesAI/tsai}\n",
"}\n",
"```"
Expand All @@ -552,9 +552,9 @@
"name": "stdout",
"output_type": "stream",
"text": [
"/Users/nacho/notebooks/tsai/nbs/index.ipynb saved at 2023-04-01 21:23:57\n",
"/Users/nacho/notebooks/tsai/nbs/index.ipynb saved at 2023-10-23 11:12:34\n",
"Correct notebook to script conversion! 😃\n",
"Saturday 01/04/23 21:23:59 CEST\n"
"Monday 23/10/23 11:12:37 CEST\n"
]
},
{
Expand Down
Binary file modified nbs/models/test.pth
Binary file not shown.
6 changes: 3 additions & 3 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ status = 4
min_python = 3.8
audience = Developers
language = English
requirements = fastai>=2.7.12 pyts>=0.12.0 imbalanced-learn>=0.11.0 psutil>=5.4.8 scikit-learn>=1.2
pip_requirements = torch>=1.10,<2.1
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
conda_user = timeseriesAI
conda_requirements = pytorch>=1.10,<2.1
conda_requirements = pytorch>=1.10,<2.2
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 Down

0 comments on commit 8da0578

Please sign in to comment.