File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ name = "datafast"
77version = " 0.0.27"
88description = " A Python package for synthetic text dataset generation"
99readme = " README.md"
10+ requires-python = " >=3.10"
1011license = { file = " LICENSE" }
1112authors = [
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]
2525dependencies = [
2626 " datasets>=3.0" ,
@@ -32,6 +32,7 @@ dependencies = [
3232 " pydantic" ,
3333 " litellm" ,
3434 " gradio" ,
35+ " loguru" ,
3536]
3637
3738[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments