From 3f5941aef0f3141cbfb174672b772278ff200c00 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 26 Oct 2025 18:31:14 +0100 Subject: [PATCH] update Python version requirements and dependencies --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c8bbf1a..18a8a86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ name = "datafast" version = "0.0.27" description = "A Python package for synthetic text dataset generation" readme = "README.md" +requires-python = ">=3.10" license = { file = "LICENSE" } authors = [ { name = "Patrick Fleith" } @@ -16,11 +17,10 @@ classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = [ "datasets>=3.0", @@ -32,6 +32,7 @@ dependencies = [ "pydantic", "litellm", "gradio", + "loguru", ] [project.optional-dependencies]