We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3231fa2 commit 293cf52Copy full SHA for 293cf52
setup.py
@@ -9,7 +9,7 @@
9
url='https://github.com/yxgeee/MMT.git',
10
install_requires=[
11
'numpy', 'torch==1.1.0', 'torchvision==0.2.2',
12
- 'six', 'h5py', 'Pillow==6.1', 'scipy',
+ 'six', 'h5py', 'Pillow', 'scipy',
13
'scikit-learn', 'metric-learn'],
14
packages=find_packages(),
15
keywords=[
0 commit comments