Skip to content

Commit

Permalink
v0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Oct 29, 2023
1 parent 15b1b08 commit b214d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hezar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from .utils import *


__version__ = "0.31.0"
__version__ = "0.31.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exclude = [

[tool.poetry.dependencies]
python = ">=3.8"
torch = ">=1.10.*,<2.1"
torch = ">=1.10.0,<2.2"
omegaconf = ">=2.3.0"
transformers = ">=4.28.0"
tokenizers = ">=0.13.0"
Expand Down

0 comments on commit b214d7c

Please sign in to comment.