Skip to content

Commit

Permalink
updated settings for Pytorch 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oguiza committed Nov 17, 2024
1 parent bdff96c commit 9b3eb83
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ author_email = [email protected]
copyright = Ignacio Oguiza
license = apache2
status = 4
min_python = 3.8
min_python = 3.9
audience = Developers
language = English
requirements = fastai>=2.7.14 pyts>=0.12.0 imbalanced-learn>=0.11.0 psutil>=5.4.8 scikit-learn>=1.2
pip_requirements = torch>=1.10,<2.3
requirements = fastai>=2.7.18 pyts>=0.13.0 imbalanced-learn>=0.12.4 psutil>=6.1.0 scikit-learn>=1.5.2
pip_requirements = torch>=1.10,<2.6
conda_requirements = pytorch>=1.10,<2.6
conda_user = timeseriesAI
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
extra_requirements = sktime>=0.34.0 tsfresh>=0.20.3 PyWavelets>=1.7.0 nbformat>=5.10.4
dev_requirements = nbdev>2 ipykernel>6
console_scripts = nb2py=tsai.export:nb2py
nbs_path = nbs
Expand All @@ -35,9 +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

0 comments on commit 9b3eb83

Please sign in to comment.