@@ -3,22 +3,21 @@ requires = ["setuptools>=61.0", "wheel"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " fit-ml "
7- version = " 0.2 .0"
8- description = " Lightweight machine learning library built from scratch with PyTorch-like API"
6+ name = " fit"
7+ version = " 0.8 .0"
8+ description = " ML/DL library built from scratch with PyTorch-like API"
99readme = " README.md"
1010license = {text = " MIT" }
1111authors = [{name = " Łukasz Bielaszewski" , email = " lukaszbielaszewskibiz@gmail.com" }]
12- requires-python = " >=3.8 "
12+ requires-python = " >=3.9 "
1313dependencies = [
1414 " numpy>=1.20.0" ,
1515]
1616classifiers = [
17- " Development Status :: 3 - Alpha " ,
18- " Intended Audience :: Developers" ,
17+ " Development Status :: Delta " ,
18+ " Intended Audience :: Developers, New Users into Machine Learning " ,
1919 " License :: OSI Approved :: MIT License" ,
2020 " Programming Language :: Python :: 3" ,
21- " Programming Language :: Python :: 3.8" ,
2221 " Programming Language :: Python :: 3.9" ,
2322 " Programming Language :: Python :: 3.10" ,
2423 " Programming Language :: Python :: 3.11" ,
@@ -47,7 +46,7 @@ Repository = "https://github.com/Klus3kk/fit"
4746include = [" fit*" ]
4847
4948[tool .black ]
50- line-length = 88
49+ line-length = 70
5150
5251[tool .isort ]
5352profile = " black"
0 commit comments