backup: 2026-04-04 19:51 (without dataset csv)

This commit is contained in:
Dmitry
2026-04-04 19:54:04 +03:00
parent 5d011f59a5
commit 5e975f3c29
17 changed files with 3290 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "irfm"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"flask>=3.1.2",
"jupyterlab>=4.5.6",
"kagglehub>=1.0.0",
"matplotlib>=3.10.8",
"numpy>=2.4.4",
"pandas>=3.0.2",
"requests>=2.32.5",
"scipy>=1.17.1",
"seaborn>=0.13.2",
]