Skip to content

Commit fa15169

Browse files
committed
delete mkdocs dependencies
1 parent 7c9a930 commit fa15169

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ dependencies = [
2020
"cvxopt",
2121
"osqp",
2222
"tqdm",
23-
"tensorboard==2.12.0",
24-
"mkdocs",
25-
"mkdocstrings",
26-
"mkdocstrings-python==1.12.2",
27-
"mkdocs-material"
23+
"tensorboard==2.12.0"
2824
]
2925
classifiers = [
3026
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ torchvision # >=0.18.0
99
tensorboard==2.12.0
1010
mkdocs # >=1.5.3
1111
mkdocstrings # >=0.27.0
12-
mkdocstrings-python # >=1.12.2
12+
mkdocstrings-python==1.12.2
1313
mkdocs-material # >=9.5.45

0 commit comments

Comments
 (0)