1 parent 5054dd0 commit df4c5cdCopy full SHA for df4c5cd
2 files changed
metko/_mutual_info.py
@@ -1,7 +1,7 @@
1
-from PIL import Image
+# from PIL import Image
2
import torch
3
from torch import nn
4
-from torchvision import transforms
+# from torchvision import transforms
5
6
7
# Modified from https://github.com/connorlee77/pytorch-mutual-information
pyproject.toml
@@ -16,14 +16,15 @@ classifiers = [
16
"License :: OSI Approved :: MIT License",
17
"Operating System :: OS Independent",
18
]
19
-#dependencies = [
20
-# "numpy",
21
-# "scipy",
22
-# "scikit-learn",
23
-# "matplotlib",
24
-# "numba",
25
-# "pytorch",
26
-#]
+dependencies = [
+ "numpy",
+ "scipy",
+ "matplotlib",
+ "seaborn",
+ "numba",
+ "torch",
+ "torchvision",
27
+]
28
29
[project.urls]
30
"Homepage" = "https://github.com/soupault/metko"
0 commit comments