This commit is contained in:
Dmitry
2026-04-20 09:51:00 +03:00
parent 4da0248528
commit 4159d0e611
234 changed files with 223 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "lab3"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"jupyterlab>=4.5.6",
"matplotlib>=3.10.8",
]