Skip to content

Commit 293cf52

Browse files
committed
update setup
1 parent 3231fa2 commit 293cf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
url='https://github.com/yxgeee/MMT.git',
1010
install_requires=[
1111
'numpy', 'torch==1.1.0', 'torchvision==0.2.2',
12-
'six', 'h5py', 'Pillow==6.1', 'scipy',
12+
'six', 'h5py', 'Pillow', 'scipy',
1313
'scikit-learn', 'metric-learn'],
1414
packages=find_packages(),
1515
keywords=[

0 commit comments

Comments
 (0)