Skip to content

Commit 0fa6ccd

Browse files
Merge pull request #124 from patrickfleith/bug/123-missing-loguru
update Python version requirements and dependencies
2 parents a9d589d + 3f5941a commit 0fa6ccd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name = "datafast"
77
version = "0.0.27"
88
description = "A Python package for synthetic text dataset generation"
99
readme = "README.md"
10+
requires-python = ">=3.10"
1011
license = { file = "LICENSE" }
1112
authors = [
1213
{ name = "Patrick Fleith" }
@@ -16,11 +17,10 @@ classifiers = [
1617
"Development Status :: 3 - Alpha",
1718
"Intended Audience :: Developers",
1819
"License :: OSI Approved :: Apache Software License",
19-
"Programming Language :: Python :: 3.8",
20-
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2424
]
2525
dependencies = [
2626
"datasets>=3.0",
@@ -32,6 +32,7 @@ dependencies = [
3232
"pydantic",
3333
"litellm",
3434
"gradio",
35+
"loguru",
3536
]
3637

3738
[project.optional-dependencies]

0 commit comments

Comments
 (0)