Skip to content

Commit

Permalink
v0.26.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Sep 15, 2023
1 parent c1dba94 commit 3ae8ac7
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -9,4 +9,4 @@
from .trainers import *
from .utils import *

__version__ = "0.26.8"
__version__ = "0.26.9"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "hezar"
version = "0.26.8"
version = "0.26.9"
packages = [{ include = "hezar" }]
description = "Hezar: The all-in-one AI library for Persian, supporting a wide variety of tasks and modalities!"
license = "MIT"
Expand Down Expand Up @@ -38,6 +38,7 @@ tokenizers = ">=0.13.0"
datasets = ">=2.9.0"
huggingface_hub = ">=0.12.0"
tensorboard = ">=2.10.0"
scikit-learn = ">=1.0.0"
gensim = {version="4.3.2", optional=true}
seqeval = {version=">=1.2.0", optional=true}
jiwer = {version=">=3.*", optional=true}
Expand Down

0 comments on commit 3ae8ac7

Please sign in to comment.