Skip to content

Commit

Permalink
Issue yell#8 Use tensorflow < 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SrMouraSilva committed Mar 6, 2019
1 parent ade4eaf commit c6a96a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
setup(name='boltzmann_machines',
version='0.1',
url='https://github.com/monsta-hd/boltzmann-machines',
install_requires=['tensorflow-gpu>=1.3.0',
install_requires=['tensorflow==1.13.*',
'scipy>=0.17',
'keras>=2.0.8',
'matplotlib>=1.5.3',
'nose-exclude>=0.5.0',
'nose>=1.3.4',
'numpy>=1.13.0',
'numpy>=1.16.0',
'scikit-learn>=0.19.0',
'seaborn>=0.8.1',
'tqdm>=4.14.0',
Expand Down
4 changes: 2 additions & 2 deletions setup_cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
setup(name='boltzmann_machines',
version='0.1',
url='https://github.com/monsta-hd/boltzmann-machines',
install_requires=['tensorflow>=1.13.0',
install_requires=['tensorflow==1.13.*',
'scipy>=0.17',
'keras>=2.0.8',
'matplotlib>=1.5.3',
'nose-exclude>=0.5.0',
'nose>=1.3.4',
'numpy>=1.13.0',
'numpy>=1.16.0',
'scikit-learn>=0.19.0',
'seaborn>=0.8.1',
'tqdm>=4.14.0',
Expand Down

0 comments on commit c6a96a4

Please sign in to comment.