Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit 34fa8e9

Browse files
author
Rajib Chakravorty
committed
removed the dependency on cirq and pyquil
1 parent 5cc8675 commit 34fa8e9

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

poetry.lock

Lines changed: 17 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ python = ">=3.6.4,<3.8"
3737
numpy = "^1.16"
3838
scipy = "^1.3"
3939
toml = "^0.10.0"
40-
qctrl-open-controls = "^2.0.5"
4140
qiskit-ibmq-provider = "^0.3.3"
4241
qiskit-terra = "^0.10.0"
42+
qctrl-open-controls = "^3.0.0"
43+
4344

4445
[tool.poetry.dev-dependencies]
4546
pytest = "*"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
classifiers=['Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers', 'Intended Audience :: Education', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: Apache Software License', 'Natural Language :: English', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering :: Physics', 'Topic :: Scientific/Engineering :: Visualization', 'Topic :: Software Development :: Embedded Systems', 'Topic :: System :: Distributed Computing'],
3636
packages=['qctrlqiskit'],
3737
package_data={},
38-
install_requires=['numpy==1.*,>=1.16.0', 'qctrl-open-controls==2.*,>=2.0.5', 'qiskit-ibmq-provider==0.*,>=0.3.3', 'qiskit-terra==0.*,>=0.10.0', 'scipy==1.*,>=1.3.0', 'toml==0.*,>=0.10.0'],
38+
install_requires=['numpy==1.*,>=1.16.0', 'qctrl-open-controls==3.*,>=3.0.0', 'qiskit-ibmq-provider==0.*,>=0.3.3', 'qiskit-terra==0.*,>=0.10.0', 'scipy==1.*,>=1.3.0', 'toml==0.*,>=0.10.0'],
3939
extras_require={'dev': ['pylama', 'pylint', 'pylint-runner', 'pytest', 'sphinx==2.*,>=2.2.0']},
4040
)

0 commit comments

Comments
 (0)