Skip to content

Commit

Permalink
Update dependencies for a new release. (#31)
Browse files Browse the repository at this point in the history
* Update dependencies for a new reelease.

* Fix dev install option.
  • Loading branch information
mstechly authored Jul 13, 2022
1 parent d92525e commit 4ea469c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ github_actions:
python3 -m venv ${VENV_NAME} && \
${VENV_NAME}/bin/python3 -m pip install --upgrade pip && \
${VENV_NAME}/bin/python3 -m pip install ./orquestra-quantum && \
${VENV_NAME}/bin/python3 -m pip install ./orquestra-opt && \
${VENV_NAME}/bin/python3 -m pip install ./orquestra-opt[cma] && \
${VENV_NAME}/bin/python3 -m pip install ./orquestra-vqa && \
${VENV_NAME}/bin/python3 -m pip install ./orquestra-qiskit && \
${VENV_NAME}/bin/python3 -m pip install ./orquestra-forest && \
Expand Down
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ packages = find_namespace:
python_requires = >=3.8,!=3.9.7,<3.11

install_requires =
orquestra-quantum==0.3.0
orquestra-opt==0.3.0
orquestra-vqa==0.3.0
orquestra-qiskit==0.3.0
orquestra-cirq==0.3.0
orquestra-quantum==0.4.0
orquestra-opt==0.4.0
orquestra-vqa==0.4.0
orquestra-qiskit==0.4.0
orquestra-cirq==0.4.0
orquestra-forest==0.3.0
orquestra-qulacs==0.2.0
orquestra-qulacs==0.3.0

[options.packages.find]
where = src
Expand Down

0 comments on commit 4ea469c

Please sign in to comment.