Update Tutorials 0.2 (#490)

This commit is contained in:
Dario Coscia
2025-03-13 20:15:48 +01:00
committed by FilippoOlivo
parent 03be447e02
commit 86222b3ac6
30 changed files with 1526 additions and 5227 deletions

View File

@@ -22,7 +22,7 @@ dependencies = [
requires-python = ">=3.8"
[project.optional-dependencies]
docs = [
doc = [
"sphinx>5.0",
"sphinx_rtd_theme",
"sphinx_copybutton",
@@ -37,8 +37,13 @@ test = [
dev = [
"black @ git+https://github.com/psf/black"
]
tutorials = [
tutorial = [
"jupyter",
"smithers @ git+https://github.com/mathLab/smithers.git",
"torchvision",
"tensorboard",
"scipy",
"numpy",
]
[project.urls]