Initial Setup

This commit is contained in:
2025-09-03 10:08:59 +02:00
commit 9e12a5339a
5 changed files with 943 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[project]
name = "project1"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ipykernel>=6.30.1",
"matplotlib>=3.10.6",
"numpy>=2.3.2",
"pandas>=2.3.2",
"scikit-learn>=1.7.1",
"scipy>=1.16.1",
]