Skip to content

Commit

Permalink
No longer including cuquantum-python in dependencies. Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ committed Dec 11, 2024
1 parent 2f42180 commit 6f3dc53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ Some useful links:
`pytket-cutensornet` is available for Python 3.10, 3.11 and 3.12 on Linux.
In order to use it, you need access to a Linux machine (or WSL) with an NVIDIA GPU of
Compute Capability +7.0 (check it [here](https://developer.nvidia.com/cuda-gpus)).
You will need to install the `cuda-toolkit` before `pytket-cutensornet`; for instance,
in Ubuntu 24.04:
You will need to install the `cuda-toolkit` and `cuquantum-python` before `pytket-cutensornet`;
for instance, in Ubuntu 24.04:

```shell
sudo apt install cuda-toolkit
pip install cuquantum-python
pip install pytket-cutensornet
```

Expand Down
1 change: 0 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Changelog

* Updated pytket version requirement to 1.34.
* Now supporting ``ClExpr`` operations (the new version of tket's ``ClassicalExpBox``).
* Included cuquantum-python in the dependencies for PyPI.

0.10.0 (October 2024)
---------------------
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
install_requires=[
"pytket >= 1.34.0",
"networkx >= 2.8.8",
"cuquantum-python>=24.11.0",
],
classifiers=[
"Environment :: Console",
Expand Down

0 comments on commit 6f3dc53

Please sign in to comment.