Skip to content

Commit 84170f5

Browse files
committed
Fix deps
1 parent 0a81d5b commit 84170f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ urllib3 = { version = "^1.25", optional = true }
7373

7474
[tool.poetry.extras]
7575
image = ["pillow", "matplotlib"]
76-
nn = ["torch", "torchvision", "einops", "ptflops", "nvidia_smi", "psutil"]
76+
nn = ["torch", "torchvision", "einops", "ptflops", "psutil"]
7777
datasets = ["requests"]
7878
profile = ["pandas", "psutil", "nvidia_smi", "matplotlib"]
7979
jupyter = ["requests", "ipykernel", "ipython", "notebook", "nbconvert", "nbformat", "jupyter_client", "jupyter_server", "matplotlib"]

0 commit comments

Comments
 (0)