@@ -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+
1627dependencies = [
1728 " scikit-learn>=1.0" ,
1829 " narwhals>=0.8.14" ,
@@ -25,17 +36,6 @@ dependencies = [
2536[project .optional-dependencies ]
2637lint = [" 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 ]
4040repository = " https://github.com/koaning/playtime"
4141issue-tracker = " https://github.com/koaning/playtime/issues"
0 commit comments