Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
update versions (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaqqwerty authored Sep 14, 2021
1 parent e13b6dd commit f6097e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qhbmlib"
version = "0.1.1"
version = "0.2.0"
description = "Quantum Hamiltonian-Based Models built on TensorFlow Quantum"
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion qhbmlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
from qhbmlib import util
from qhbmlib import vqt

__version__ = "0.1.0"
__version__ = "0.2.0"
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
{'': ['*']}

install_requires = \
['tensorflow-probability==0.11.0',
'tensorflow-quantum==0.4.0',
'tensorflow==2.3.1']
['tensorflow-probability==0.12.0',
'tensorflow-quantum==0.5.1',
'tensorflow==2.4.1']

setup_kwargs = {
'name': 'qhbmlib',
'version': '0.1.1',
'version': '0.2.0',
'description': 'Quantum Hamiltonian-Based Models built on TensorFlow Quantum',
'long_description': '# QHBM Library\n\nThis repository is a collection of tools for building and training\nQuantum Hamiltonian-Based Models. These tools depend on\n[TensorFlow Quantum](https://www.tensorflow.org/quantum),\nand are thus compatible with both real and simulated quantum computers.\n\nThis is not an officially supported Google product.\n',
'author': 'The QHBM Library Authors',
Expand All @@ -30,5 +30,3 @@


setup(**setup_kwargs)

# This setup.py was autogenerated using poetry.

0 comments on commit f6097e3

Please sign in to comment.