diff --git a/README.md b/README.md index 8152725d..e4874c24 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/poetry.lock b/poetry.lock index d6e0258c..8b626a7c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -929,23 +929,19 @@ version = "0.2.0" description = "A framework for quantum computing with hardware acceleration." optional = false python-versions = ">=3.8,<3.12" -files = [] -develop = false +files = [ + {file = "qibo-0.2.0-py3-none-any.whl", hash = "sha256:542c6f26de56e48a47a1e2ca56c382f426d5ddda8e9325d9fb821709b75e195b"}, + {file = "qibo-0.2.0.tar.gz", hash = "sha256:c497a9c115577c0e0c5c09ab2f55147675bd82384af4f186a65c9c7fa916b8bf"}, +] [package.dependencies] -cma = "^3.3.0" -joblib = "^1.2.0" -matplotlib = "^3.7.0" -psutil = "^5.9.4" -scipy = "^1.10.1" -sympy = "^1.11.1" -tabulate = "^0.9.0" - -[package.source] -type = "git" -url = "https://github.com/qiboteam/qibo.git" -reference = "new_gates" -resolved_reference = "bcb304c17bee872fe92ed408d3572a3e5bf4c196" +cma = ">=3.3.0,<4.0.0" +joblib = ">=1.2.0,<2.0.0" +matplotlib = ">=3.7.0,<4.0.0" +psutil = ">=5.9.4,<6.0.0" +scipy = ">=1.10.1,<2.0.0" +sympy = ">=1.11.1,<2.0.0" +tabulate = ">=0.9.0,<0.10.0" [[package]] name = "scipy" @@ -1159,4 +1155,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.0,<3.12" -content-hash = "39f442f1d592fa7d8e631bd438a13a4526b37d3b90ed8eb5353c15dcf726eb49" +content-hash = "8187105bebad2c1c0f2f1fac1ae8bf6bc57b30aab98066cfaafc2b3488f9e2b9" diff --git a/pyproject.toml b/pyproject.toml index 4118b1ad..b7cfe2e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"