Skip to content

Commit

Permalink
set python >=3.8 and pytorch >=1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oguiza committed Sep 3, 2023
1 parent d9d65b1 commit b300948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ author_email = oguiza@timeseriesAI.co
copyright = Ignacio Oguiza
license = apache2
status = 4
min_python = 3.7
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.7,<2.1
pip_requirements = torch>=1.10,<2.1
conda_user = timeseriesAI
conda_requirements = pytorch>=1.7,<2.1
conda_requirements = pytorch>=1.10,<2.1
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 b300948

Please sign in to comment.