Create a basic uv setup

This commit is contained in:
2025-08-20 08:28:36 +02:00
parent 0756c60378
commit 97b696a9e7
2 changed files with 1462 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[project]
name = "lecture-materials"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"ipykernel>=6.30.1",
"matplotlib>=3.10.5",
"numpy>=2.3.2",
"pandas>=2.3.1",
"scikit-learn>=1.7.1",
"scipy>=1.16.1",
"tensorflow>=2.20.0",
]
Generated
+1449
View File
File diff suppressed because it is too large Load Diff