Skip to content

Commit

Permalink
🔖 Release v0.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Jun 16, 2024
1 parent e768eb0 commit d2a84ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hezar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.39.0"
__version__ = "0.39.1"
4 changes: 2 additions & 2 deletions 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.39.0"
version = "0.39.1"
packages = [{ include = "hezar" }]
description = "Hezar: The all-in-one AI library for Persian, supporting a wide variety of tasks and modalities!"
license = "Apache-2.0"
Expand Down Expand Up @@ -40,7 +40,7 @@ datasets = ">=2.9.0"
huggingface_hub = ">=0.12.0"
tensorboard = ">=2.10.0"
scikit-learn = ">=1.0.0"
accelerate = ">=0.27.0"
accelerate = {version=">=0.27.0", optional=true}
numpy = {version="1.24.*", optional=true}
scipy = {version="1.11.4", optional=true}
gensim = {version="4.3.2", optional=true}
Expand Down

0 comments on commit d2a84ca

Please sign in to comment.