Browse Source

Update setup.py

master
Yener GitHub 5 years ago
parent
commit
ead560b4da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -9,7 +9,7 @@ setup(name='jiagu',
author_email='help@ownthink.com',
url='https://github.com/ownthink/Jiagu',
license='MIT',
install_requires=['tensorflow>=1.6.0', 'numpy>=1.12.1'],
install_requires=['tensorflow==1.6.0', 'numpy>=1.12.1'],
packages=['jiagu'],
package_dir={'jiagu': 'jiagu'},
package_data={'jiagu': ['*.*', 'cluster/*', 'data/*', 'model/*',


Loading…
Cancel
Save