Skip to content

Commit

Permalink
updating poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
scarrazza committed Aug 11, 2023
1 parent 704d579 commit 81b5046
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This package provides acceleration features for [Qibo](https://github.com/qibote

## Documentation

The qibojit backend documentation is available at [qibo.readthedocs.io](https://qibo.readthedocs.io/en/stable/installation.html).
The qibojit backend documentation is available at [qibo.science](https://qibo.science/qibo/stable/getting-started/installation.html).

## Citation policy

If you use the package please refer to [the documentation](https://qibo.readthedocs.io/en/stable/appendix/citing-qibo.html) for citation instructions.
If you use the package please refer to [the documentation](https://qibo.science/qibo/stable/appendix/citing-qibo.html) for citation instructions.
28 changes: 12 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers=[
[tool.poetry.dependencies]
python=">=3.8.0,<3.12"
numba=">=0.51.0"
qibo={ git = "https://github.com/qiboteam/qibo.git", branch = "new_gates" }
qibo=">=0.2.0"
scipy = "^1.10.1"
psutil = "^5.9.5"

Expand Down

0 comments on commit 81b5046

Please sign in to comment.