Skip to content

Commit df4c5cd

Browse files
committed
Added dependencies to pyproject
1 parent 5054dd0 commit df4c5cd

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

metko/_mutual_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
from PIL import Image
1+
# from PIL import Image
22
import torch
33
from torch import nn
4-
from torchvision import transforms
4+
# from torchvision import transforms
55

66

77
# Modified from https://github.com/connorlee77/pytorch-mutual-information

pyproject.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ classifiers = [
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent",
1818
]
19-
#dependencies = [
20-
# "numpy",
21-
# "scipy",
22-
# "scikit-learn",
23-
# "matplotlib",
24-
# "numba",
25-
# "pytorch",
26-
#]
19+
dependencies = [
20+
"numpy",
21+
"scipy",
22+
"matplotlib",
23+
"seaborn",
24+
"numba",
25+
"torch",
26+
"torchvision",
27+
]
2728

2829
[project.urls]
2930
"Homepage" = "https://github.com/soupault/metko"

0 commit comments

Comments
 (0)