Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pmojiri authored Oct 27, 2021
1 parent 79aef31 commit 177b459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
'keras-contrib', 'pandas', 'numpy', 'plotly', 'PyQt5', 'termcolor'
],
extras_require={
"icvmapper": ["tensorflow"],
"icvmapper_gpu": ["tensorflow-gpu"],
"icvmapper": ["tensorflow==1.15"],
"icvmapper_gpu": ["tensorflow-gpu==1.15"],
},
entry_points={'console_scripts': ['icvmapper=icvmapper.cli:main']},
keywords=[
Expand Down

0 comments on commit 177b459

Please sign in to comment.