From 91993f905e21fa2d5abbe7b1f7552854d7365d92 Mon Sep 17 00:00:00 2001 From: arxyzan Date: Fri, 14 Jun 2024 14:36:39 +0330 Subject: [PATCH] :bookmark: Release v0.39.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e6c3816..ecc86279 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ maintainers = ["Aryan Shekarlaban "] repository = "https://github.com/hezarai/hezar" homepage = "https://github.com/hezarai" readme = ["README.md"] -requires-python = ">=3.10.0" keywords = ["packaging", "poetry"] documentation = "https://hezarai.github.io/hezar/" classifiers = [ @@ -32,6 +31,7 @@ exclude = [ ] [tool.poetry.dependencies] +python = ">=3.10.0" torch = ">=1.10.0" omegaconf = ">=2.3.0" transformers = ">=4.28.0"