Skip to content

Commit db98932

Browse files
Use Tensorflow 2.0
1 parent 79b693e commit db98932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
setup(
33
name = 'extra_keras_datasets',
44
packages = ['extra_keras_datasets'],
5-
version = '0.1.4',
5+
version = '0.1.5',
66
license='MIT',
77
description = 'Extending the Keras Datasets module with extra ones.',
88
long_description = 'Extending the Keras Datasets module with extra ones.',
99
author = 'Christian Versloot',
1010
author_email = '[email protected]',
1111
url = 'https://github.com/christianversloot/extra_keras_datasets',
12-
download_url = 'https://github.com/christianversloot/extra_keras_datasets/archive/0.1.4.tar.gz',
12+
download_url = 'https://github.com/christianversloot/extra_keras_datasets/archive/0.1.5.tar.gz',
1313
keywords = ['keras', 'datasets', 'machine learning'],
1414
install_requires=[
15-
'keras',
15+
'tensorflow>=2.0.0',
1616
'numpy',
1717
'scipy'
1818
],

0 commit comments

Comments
 (0)