So called initial commit (nearly everything)

This commit is contained in:
2025-11-03 10:31:49 +01:00
commit 1f036a0ff0
33 changed files with 7909 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[project]
name = "easynn"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ipykernel>=7.0.1",
"matplotlib>=3.10.7",
"mypy>=1.18.2",
"numpy>=2.3.4",
"pandas>=2.3.3",
"pytest>=8.4.2",
"ruff>=0.14.1",
"scikit-learn>=1.7.2",
"seaborn>=0.13.2",
"tqdm>=4.67.1",
]
[build-system]
requires = ["uv_build>=0.9.5,<0.10.0"]
build-backend = "uv_build"