Skip to content

Commit

Permalink
PyTorch 1.13 and other version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
warner-benjamin committed Nov 2, 2022
1 parent 9e28c4d commit 85dc6f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fastxtend/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.11"
__version__ = "0.0.12"
10 changes: 5 additions & 5 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author = Benjamin Warner
author_email = me@benjaminwarner.dev
copyright = Benjamin Warner
branch = main
version = 0.0.11
version = 0.0.12
min_python = 3.7
audience = Developers
language = English
Expand All @@ -24,8 +24,8 @@ lib_path = fastxtend
title = fastxtend
doc_host = https://fastxtend.benjaminwarner.dev
tst_flags = slow cuda fastai
requirements = pandas>=1.2 fastcore>=1.5.27 fastai>=2.7.9 torch>=1.10,<1.13
requirements = pandas>=1.4 fastcore>=1.5.27 fastai>=2.7.9 torch>=1.10
audio_requirements = librosa>=0.9 torchaudio>=0.10 primePy>=1.3 colorednoise>=2.0 soundfile>=0.10.3
vision_requirements = timm>=0.5.4 kornia>=0.6.4
all_requirements = wandb>=0.12.18
dev_requirements = nbdev>=2.3.6
vision_requirements = timm>=0.6.5 kornia>=0.6.5
all_requirements = wandb>=0.13.3
dev_requirements = nbdev>=2.3.8

0 comments on commit 85dc6f9

Please sign in to comment.