Skip to content

Commit

Permalink
DEV: Updates version to 0.25.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkirk committed Oct 18, 2018
1 parent b026ecf commit d147036
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
numpy==1.14.1
scipy==0.19.1
six==1.11.0
tensorflow==1.7.0
.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@ def parse_requirements(filename):
setup(
name='tensorrec',
packages=['tensorrec'],
version='0.25.7',
version='0.25.8',
description='A TensorFlow recommendation algorithm and framework in Python.',
author='James Kirk',
author_email='james.f.kirk@gmail.com',
url='https://github.com/jfkirk/tensorrec',
keywords=['machine-learning', 'tensorflow', 'recommendation-system', 'python', 'recommender-system'],
classifiers=[],
install_requires=install_reqs,
install_requires=[
"numpy==1.14.1",
"scipy==0.19.1",
"six==1.11.0",
"tensorflow==1.7.0",
],
)

0 comments on commit d147036

Please sign in to comment.