Add natural row task

This commit is contained in:
Kirill Samoylenkov 2025-09-17 20:07:31 +05:00
commit b8f8ead296
7 changed files with 2418 additions and 0 deletions

17
pyproject.toml Normal file
View file

@ -0,0 +1,17 @@
[project]
name = "project-name"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = [
"jupyter>=1.1.1",
"matplotlib>=3.10.6",
"notebook>=7.4.5",
"numpy>=2.3.3",
"pandas>=2.3.2",
"pip>=25.2",
"scikit-learn>=1.7.2",
"scipy>=1.16.2",
]