Update Tutorials 0.2 (#490)
This commit is contained in:
committed by
Nicola Demo
parent
beee4cdc0b
commit
6ce0bafc2b
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user