We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9a930 commit fa15169Copy full SHA for fa15169
2 files changed
pyproject.toml
@@ -20,11 +20,7 @@ dependencies = [
20
"cvxopt",
21
"osqp",
22
"tqdm",
23
- "tensorboard==2.12.0",
24
- "mkdocs",
25
- "mkdocstrings",
26
- "mkdocstrings-python==1.12.2",
27
- "mkdocs-material"
+ "tensorboard==2.12.0"
28
]
29
classifiers = [
30
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
requirements.txt
@@ -9,5 +9,5 @@ torchvision # >=0.18.0
9
tensorboard==2.12.0
10
mkdocs # >=1.5.3
11
mkdocstrings # >=0.27.0
12
-mkdocstrings-python # >=1.12.2
+mkdocstrings-python==1.12.2
13
mkdocs-material # >=9.5.45
0 commit comments