Skip to content

Commit cbe78d1

Browse files
committed
iter
1 parent 5d2778f commit cbe78d1

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ authors = [
1313
{name = "Vincent D. Warmerdam"},
1414
]
1515

16+
classifiers = [
17+
"Programming Language :: Python :: 3",
18+
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
21+
"License :: OSI Approved :: MIT License",
22+
"Topic :: Scientific/Engineering",
23+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
24+
"Topic :: Software Development :: Libraries :: Python Modules",
25+
]
26+
1627
dependencies = [
1728
"scikit-learn>=1.0",
1829
"narwhals>=0.8.14",
@@ -25,17 +36,6 @@ dependencies = [
2536
[project.optional-dependencies]
2637
lint = ["pre-commit"]
2738

28-
classifiers = [
29-
"Programming Language :: Python :: 3",
30-
"Programming Language :: Python :: 3.10",
31-
"Programming Language :: Python :: 3.11",
32-
"Programming Language :: Python :: 3.12",
33-
"License :: OSI Approved :: MIT License",
34-
"Topic :: Scientific/Engineering",
35-
"Topic :: Scientific/Engineering :: Artificial Intelligence",
36-
"Topic :: Software Development :: Libraries :: Python Modules",
37-
]
38-
3939
[project.urls]
4040
repository = "https://github.com/koaning/playtime"
4141
issue-tracker = "https://github.com/koaning/playtime/issues"

0 commit comments

Comments
 (0)