Skip to content

Commit

Permalink
bug fix release to close #3, setup.py now matches requirements.txt te…
Browse files Browse the repository at this point in the history
…nsorflow pinning
  • Loading branch information
josh146 committed Apr 13, 2018
1 parent 0255cd6 commit db40984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"numpy>=1.13",
"scipy>=1.0.0",
"networkx>=2.0",
"tensorflow==1.3.0"
"tensorflow>=1.3.0,<1.7"
]

info = {
Expand All @@ -45,7 +45,7 @@
'strawberryfields.backends.fockbackend',
'strawberryfields.backends.gaussianbackend'
],
'package_data': {'strawberryfields': 'backends/data'},
'package_data': {'strawberryfields': ['backends/data/*']},
'include_package_data': True,
'description': 'Open source library for continuous-variable quantum computation',
'long_description': open('README.rst').read(),
Expand Down
2 changes: 1 addition & 1 deletion strawberryfields/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = '0.7.1'
__version__ = '0.7.2'

0 comments on commit db40984

Please sign in to comment.